summaryrefslogtreecommitdiff
path: root/plugingui/nativewindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/nativewindow.h')
-rw-r--r--plugingui/nativewindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/nativewindow.h b/plugingui/nativewindow.h
index f27989f..d68909d 100644
--- a/plugingui/nativewindow.h
+++ b/plugingui/nativewindow.h
@@ -38,6 +38,7 @@ public:
NativeWindow() {}
virtual ~NativeWindow() {}
+ virtual void setFixedSize(int width, int height) = 0;
virtual void resize(int width, int height) = 0;
virtual void move(int x, int y) = 0;
virtual void show() = 0;