summaryrefslogtreecommitdiffstats
path: root/client/windows/red_window_p.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-04-29 13:34:44 +0200
committerAlexander Larsson <alexl@redhat.com>2010-04-29 13:34:44 +0200
commitfcbd3208fc18fb71bc32282fc9962f069deb1dfc (patch)
treef481e73c98938089adfc12a8dd1c7e11e427cc15 /client/windows/red_window_p.h
parent1e4ec1f513ed7dec51cac42e7cb974ad6c36eb3f (diff)
downloadspice-fcbd3208fc18fb71bc32282fc9962f069deb1dfc.tar.gz
spice-fcbd3208fc18fb71bc32282fc9962f069deb1dfc.tar.xz
spice-fcbd3208fc18fb71bc32282fc9962f069deb1dfc.zip
client: Report window format right for win32
Diffstat (limited to 'client/windows/red_window_p.h')
-rw-r--r--client/windows/red_window_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/windows/red_window_p.h b/client/windows/red_window_p.h
index 0005dac7..38426c7a 100644
--- a/client/windows/red_window_p.h
+++ b/client/windows/red_window_p.h
@@ -19,6 +19,7 @@
#define _H_RED_WINDOW_P
#include <map>
+#include <red_drawable.h>
class RedWindow;
class Menu;
@@ -53,6 +54,7 @@ public:
protected:
HWND _win;
+ RedDrawable::Format _format;
uint32_t _modal_refs;
HMODULE _no_taskmgr_dll;
HHOOK _no_taskmgr_hook;