* (Re)position statusbar window at the screen. * @param w Window structure of the statusbar window, may also be \c nullptr. * @return X coordinate of left edge of the repositioned statusbar. */
| 3477 | * @return X coordinate of left edge of the repositioned statusbar. |
| 3478 | */ |
| 3479 | int PositionStatusbar(Window *w) |
| 3480 | { |
| 3481 | Debug(misc, 5, "Repositioning statusbar..."); |
| 3482 | return PositionWindow(w, WC_STATUS_BAR, _settings_client.gui.statusbar_pos); |
| 3483 | } |
| 3484 | |
| 3485 | /** |
| 3486 | * (Re)position news message window at the screen. |
no test coverage detected