aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox2/mb-wm-client-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox2/mb-wm-client-window.h')
-rw-r--r--matchbox2/mb-wm-client-window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/matchbox2/mb-wm-client-window.h b/matchbox2/mb-wm-client-window.h
index 7ac100b..13b2bb1 100644
--- a/matchbox2/mb-wm-client-window.h
+++ b/matchbox2/mb-wm-client-window.h
@@ -22,6 +22,7 @@
#define _HAVE_MB_WM_CLIENT_WINDOW_H
#include <matchbox2/mb-wm-object.h>
+#include <matchbox2/mb-wm-types.h>
/* FIXME: below limits to 32 props */
@@ -112,6 +113,9 @@ MBWMClientWindowAllowedActions;
#define MB_WM_CLIENT_WINDOW_CLASS(c) ((MBWMClientWindowClass*)(c))
#define MB_WM_TYPE_CLIENT_WINDOW (mb_wm_client_window_class_type ())
+typedef struct MBWMClientWindow MBWMClientWindow;
+typedef struct MBWMClientWindowClass MBWMClientWindowClass;
+
struct MBWMClientWindow
{
MBWMObject parent;