mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
temporarily comment out for arm code that won't compile on arm
This commit is contained in:
parent
2363077d7e
commit
9bec10dee5
1 changed files with 3 additions and 0 deletions
|
@ -407,6 +407,8 @@ getFocusOwner( void )
|
|||
void
|
||||
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;
|
||||
XP_S16 index;
|
||||
XP_U16 focusID;
|
||||
|
@ -441,6 +443,7 @@ drawFocusRingOnGadget( XP_U16 idLow, XP_U16 idHigh )
|
|||
}
|
||||
}
|
||||
LOG_RETURN_VOID();
|
||||
#endif
|
||||
} /* drawFocusRingOnGadget */
|
||||
|
||||
XP_Bool
|
||||
|
|
Loading…
Reference in a new issue