summaryrefslogtreecommitdiff
path: root/plugingui/nativewindow_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/nativewindow_win32.h')
-rw-r--r--plugingui/nativewindow_win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/nativewindow_win32.h b/plugingui/nativewindow_win32.h
index d8ba7b3..6afc7b1 100644
--- a/plugingui/nativewindow_win32.h
+++ b/plugingui/nativewindow_win32.h
@@ -44,6 +44,7 @@ public:
NativeWindowWin32(GUI::Window *window);
~NativeWindowWin32();
+ void setFixedSize(int width, int height);
void resize(int width, int height);
void move(int x, int y);
void show();