Integer type name change.
[silc.git] / apps / silc / screen.h
index d98d1b6cc0b66fd2c9c7b7aeb995cf696744de04..1721475b3ed7bd9784dc7f2228dd1689b8720613 100644 (file)
@@ -38,14 +38,14 @@ typedef struct {
   /* Output windows */
   WINDOW **output_win;
   WINDOW **output_stat_line;
-  uint32 output_win_count;
+  SilcUInt32 output_win_count;
 
   /* Input window at the bottom of the screen */
   WINDOW *input_win;
   unsigned char *input_buffer;
-  uint32 input_pos;
-  uint32 input_end;
-  uint32 cursor_pos;
+  SilcUInt32 input_pos;
+  SilcUInt32 input_end;
+  SilcUInt32 cursor_pos;
   int virtual_window;
 
   /* Bottom line on screen */