summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h
index be591979..49780a38 100644
--- a/src/client.h
+++ b/src/client.h
@@ -213,7 +213,8 @@ public:
* Should be called after the window has been resized. Makes sure the GUI
* and game adapt to the new size.
*/
- void videoResized(int width, int height);
+ void handleWindowSizeChanged(int width, int height);
+ void checkGraphicsSize();
static bool isActive();
static bool hasInputFocus();