equal
deleted
inserted
replaced
1395 WDF_STD_TOOLTIPS | WDF_DEF_WIDGET, |
1395 WDF_STD_TOOLTIPS | WDF_DEF_WIDGET, |
1396 _chat_window_widgets, |
1396 _chat_window_widgets, |
1397 ChatWindowWndProc |
1397 ChatWindowWndProc |
1398 }; |
1398 }; |
1399 |
1399 |
1400 void ShowChatWindow(StringID str, StringID caption, int maxlen, int maxwidth, byte window_class, uint16 window_number) |
1400 void ShowChatWindow(StringID str, StringID caption, int maxlen, int maxwidth, WindowClass window_class, WindowNumber window_number) |
1401 { |
1401 { |
1402 Window *w; |
1402 Window *w; |
1403 |
1403 |
1404 #define _orig_edit_str_buf (_edit_str_buf+MAX_QUERYSTR_LEN) |
1404 #define _orig_edit_str_buf (_edit_str_buf+MAX_QUERYSTR_LEN) |
1405 |
1405 |