* (Re)position network chat window at the screen. * @param w Window structure of the network chat window, may also be \c nullptr. * @return X coordinate of left edge of the repositioned network chat window. */
| 3499 | * @return X coordinate of left edge of the repositioned network chat window. |
| 3500 | */ |
| 3501 | int PositionNetworkChatWindow(Window *w) |
| 3502 | { |
| 3503 | Debug(misc, 5, "Repositioning network chat window..."); |
| 3504 | return PositionWindow(w, WC_SEND_NETWORK_MSG, _settings_client.gui.statusbar_pos); |
| 3505 | } |
| 3506 | |
| 3507 | |
| 3508 | /** |
no test coverage detected