From 4ce6751b420b02099b0ecaf5f4b7f81c6c139e9c Mon Sep 17 00:00:00 2001 From: ehouse Date: Fri, 8 Oct 2004 01:02:15 +0000 Subject: [PATCH] change type to signed as part of not showing engine feedback when (on ARM) search won't take long enough to matter. --- xwords4/palm/palmmain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/palm/palmmain.h b/xwords4/palm/palmmain.h index 80ac4ac2b..b2d9213b9 100644 --- a/xwords4/palm/palmmain.h +++ b/xwords4/palm/palmmain.h @@ -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... */