diff options
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; }; }; |