summaryrefslogtreecommitdiff
path: root/src/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video.h')
-rw-r--r--src/video.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video.h b/src/video.h
index 47aed627..03e0dc4f 100644
--- a/src/video.h
+++ b/src/video.h
@@ -89,9 +89,9 @@ public:
bool apply(const VideoSettings &settings);
/**
- * Handle a change in window size, possibly adjusting the scale.
+ * Handles a change in window size, possibly adjusting the scale.
*/
- void windowSizeChanged(int width, int height);
+ void updateWindowSize();
const DisplayMode &desktopDisplayMode() const
{