network_gui.c
changeset 4830 668bcb0a30b2
parent 4826 6a545d194528
child 4848 45f848b46222
equal deleted inserted replaced
4829:9a0a034d0f55 4830:668bcb0a30b2
  1718 	WP(w,querystr_d).text.maxwidth = w->widget[1].right - w->widget[1].left - 2; // widget[1] is the "text box"
  1718 	WP(w,querystr_d).text.maxwidth = w->widget[1].right - w->widget[1].left - 2; // widget[1] is the "text box"
  1719 	WP(w,querystr_d).text.buf = _edit_str_buf;
  1719 	WP(w,querystr_d).text.buf = _edit_str_buf;
  1720 	UpdateTextBufferSize(&WP(w, querystr_d).text);
  1720 	UpdateTextBufferSize(&WP(w, querystr_d).text);
  1721 }
  1721 }
  1722 
  1722 
  1723 #else
       
  1724 void ShowJoinStatusWindowAfterJoin(void) {}
       
  1725 #endif /* ENABLE_NETWORK */
  1723 #endif /* ENABLE_NETWORK */