network_gui.c
changeset 2788 0187c588107e
parent 2775 a18db0ab5e51
child 2879 365ecd52f2db
equal deleted inserted replaced
2787:8137f0fa3390 2788:0187c588107e
  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