summaryrefslogtreecommitdiff
path: root/ui/mainWindow.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-04-18 19:43:44 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-04-18 19:43:44 +0100
commit6036877ac4e92da3185f21d5928bf3ed28d685b2 (patch)
tree5e5a5f6ad09e196bbecfbfec2a9a3c8f02262ca3 /ui/mainWindow.h
parentMerge branch 'openmesh-11' (diff)
parentRemember selected asset id and reload/reselect resource file on change (diff)
downloadilt-6036877ac4e92da3185f21d5928bf3ed28d685b2.tar.bz2
ilt-6036877ac4e92da3185f21d5928bf3ed28d685b2.tar.xz
ilt-6036877ac4e92da3185f21d5928bf3ed28d685b2.zip
Merge branch 'resviewer'HEADmain
Diffstat (limited to 'ui/mainWindow.h')
-rw-r--r--ui/mainWindow.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/mainWindow.h b/ui/mainWindow.h
index fe26c5c..d2de9b3 100644
--- a/ui/mainWindow.h
+++ b/ui/mainWindow.h
@@ -5,12 +5,9 @@
class MainWindow : public Window {
public:
- MainWindow(size_t w, size_t h);
+ MainWindow(ScreenAbsCoord size, const char * title, Uint32 flags = SDL_WINDOW_RESIZABLE | SDL_WINDOW_OPENGL);
~MainWindow() override;
NO_MOVE(MainWindow);
NO_COPY(MainWindow);
-
-protected:
- MainWindow(size_t width, size_t height, const std::string & title, Uint32 flags);
};