diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-19 23:00:09 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-19 23:00:09 +0200 |
commit | c5527bb9155086da8b5a7cea7d9450f265fb6f6a (patch) | |
tree | 87a63078c76d5658a86896e4d78d436d99fb18ae /plugingui/window.h | |
parent | bc4f25337e048db7d7ec86cfb116cc3768473ff5 (diff) |
GUI position/size tweaks and some pixmap changes.
Diffstat (limited to 'plugingui/window.h')
-rw-r--r-- | plugingui/window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugingui/window.h b/plugingui/window.h index f07d270..c9cfe83 100644 --- a/plugingui/window.h +++ b/plugingui/window.h @@ -33,6 +33,7 @@ #include "pixelbuffer.h" #include "nativewindow.h" +#include "image.h" namespace GUI { @@ -92,6 +93,8 @@ protected: NativeWindow *native; + Image back; + Image logo; }; }; |