mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
temporarily comment out for arm code that won't compile on arm
This commit is contained in:
parent
424718b5bb
commit
2fa63a74b9
1 changed files with 3 additions and 0 deletions
|
@ -407,6 +407,8 @@ getFocusOwner( void )
|
||||||
void
|
void
|
||||||
drawFocusRingOnGadget( XP_U16 idLow, XP_U16 idHigh )
|
drawFocusRingOnGadget( XP_U16 idLow, XP_U16 idHigh )
|
||||||
{
|
{
|
||||||
|
#ifndef XW_TARGET_PNO /* temporary: I need to figure out how to call
|
||||||
|
HsNavDrawFocusRing from ARM code */
|
||||||
FormPtr form;
|
FormPtr form;
|
||||||
XP_S16 index;
|
XP_S16 index;
|
||||||
XP_U16 focusID;
|
XP_U16 focusID;
|
||||||
|
@ -441,6 +443,7 @@ drawFocusRingOnGadget( XP_U16 idLow, XP_U16 idHigh )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LOG_RETURN_VOID();
|
LOG_RETURN_VOID();
|
||||||
|
#endif
|
||||||
} /* drawFocusRingOnGadget */
|
} /* drawFocusRingOnGadget */
|
||||||
|
|
||||||
XP_Bool
|
XP_Bool
|
||||||
|
|
Loading…
Reference in a new issue