equal
deleted
inserted
replaced
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 */ |