mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-18 10:08:29 +01:00
change type to signed as part of not showing engine feedback when (on
ARM) search won't take long enough to matter.
This commit is contained in:
parent
274c77c255
commit
4ce6751b42
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ typedef struct MyIrPacket MyIrPacket;
|
|||
|
||||
typedef struct ProgressCtxt {
|
||||
RectangleType boundsRect;
|
||||
XP_U16 curLine;
|
||||
XP_S16 curLine;
|
||||
} ProgressCtxt;
|
||||
|
||||
/* I *hate* having to define these globally... */
|
||||
|
|
Loading…
Reference in a new issue