summaryrefslogtreecommitdiff
path: root/ui/mainWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/mainWindow.h')
-rw-r--r--ui/mainWindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/mainWindow.h b/ui/mainWindow.h
index 490ef09..d2de9b3 100644
--- a/ui/mainWindow.h
+++ b/ui/mainWindow.h
@@ -5,8 +5,7 @@
class MainWindow : public Window {
public:
- MainWindow(
- size_t width, size_t height, const char * title, Uint32 flags = SDL_WINDOW_RESIZABLE | SDL_WINDOW_OPENGL);
+ MainWindow(ScreenAbsCoord size, const char * title, Uint32 flags = SDL_WINDOW_RESIZABLE | SDL_WINDOW_OPENGL);
~MainWindow() override;
NO_MOVE(MainWindow);