aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox2/mb-wm-layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox2/mb-wm-layout.h')
-rw-r--r--matchbox2/mb-wm-layout.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/matchbox2/mb-wm-layout.h b/matchbox2/mb-wm-layout.h
index 7d824ee..ade8740 100644
--- a/matchbox2/mb-wm-layout.h
+++ b/matchbox2/mb-wm-layout.h
@@ -21,12 +21,16 @@
#ifndef _HAVE_MB_WM_LAYOUT_MANAGER_H
#define _HAVE_MB_WM_LAYOUT_MANAGER_H
-#include <matchbox2/mb-wm.h>
+#include <matchbox2/mb-wm-object.h>
+#include <matchbox2/mb-wm-types.h>
#define MB_WM_LAYOUT(c) ((MBWMLayout*)(c))
#define MB_WM_LAYOUT_CLASS(c) ((MBWMLayoutClass*)(c))
#define MB_WM_TYPE_LAYOUT (mb_wm_layout_class_type ())
+typedef struct MBWMLayout MBWMLayout;
+typedef struct MBWMLayoutClass MBWMLayoutClass;
+
struct MBWMLayout
{
MBWMObject parent;