diff options
Diffstat (limited to 'plugingui/nativewindow_x11.h')
-rw-r--r-- | plugingui/nativewindow_x11.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/nativewindow_x11.h b/plugingui/nativewindow_x11.h index 84044de..3dcc0bb 100644 --- a/plugingui/nativewindow_x11.h +++ b/plugingui/nativewindow_x11.h @@ -41,6 +41,7 @@ public: NativeWindowX11(GUI::Window *window); ~NativeWindowX11(); + void setFixedSize(int width, int height); void resize(int width, int height); void move(int x, int y); void show(); |