diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-10-19 11:20:12 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-10-19 11:20:12 +0200 |
commit | c4f69d2af7d995eb0dd4592c18dc2f6b930bd193 (patch) | |
tree | 05118efa264bb2623719cfa1d579ca1ed1cf1980 /plugingui/nativewindow_x11.h | |
parent | ae63d465c7252602500c4de5aa2d2a99df852bfb (diff) |
Make window fixed size.
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(); |