rnd-20111007-1-src
[rocksndiamonds.git] / src / libgame / text.c
index 23de7cac548849a90e4c395a35391e9b0b1fb640..9d4d119300833f774017527494c7ef8b6343639c 100644 (file)
@@ -28,7 +28,7 @@ static GC     font_clip_gc = None;
 static void InitFontClipmasks()
 {
   XGCValues clip_gc_values;
-  unsigned long clip_gc_valuemask;
+  unsigned int clip_gc_valuemask;
   GC copy_clipmask_gc;
   int i, j;
 
@@ -210,8 +210,8 @@ int maxWordLengthInString(char *text)
 
 void DrawInitTextExt(char *text, int ypos, int font_nr, boolean force)
 {
-  static unsigned long progress_delay = 0;
-  unsigned long progress_delay_value = 100;    /* (in milliseconds) */
+  static unsigned int progress_delay = 0;
+  unsigned int progress_delay_value = 100;     /* (in milliseconds) */
 
   UPDATE_BUSY_STATE();