X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Fsilc%2Fscreen.h;h=1721475b3ed7bd9784dc7f2228dd1689b8720613;hp=d98d1b6cc0b66fd2c9c7b7aeb995cf696744de04;hb=a818c5b5411bbc4436d1c5f011236985c96bb787;hpb=7910ce2a5c55211a4ea09a52832c6ed32c0b64fd diff --git a/apps/silc/screen.h b/apps/silc/screen.h index d98d1b6c..1721475b 100644 --- a/apps/silc/screen.h +++ b/apps/silc/screen.h @@ -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 */