aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox2/mb-wm-client-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox2/mb-wm-client-dialog.h')
-rw-r--r--matchbox2/mb-wm-client-dialog.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/matchbox2/mb-wm-client-dialog.h b/matchbox2/mb-wm-client-dialog.h
index 9dd1424..b7c2ec1 100644
--- a/matchbox2/mb-wm-client-dialog.h
+++ b/matchbox2/mb-wm-client-dialog.h
@@ -22,15 +22,16 @@
#define _HAVE_MB_CLIENT_DIALOG_H
#include <matchbox2/mb-wm-client-base.h>
-
-typedef struct MBWMClientDialog MBWMClientDialog;
-typedef struct MBWMClientDialogClass MBWMClientDialogClass;
+#include <matchbox2/mb-wm-decor.h>
#define MB_WM_CLIENT_DIALOG(c) ((MBWMClientDialog*)(c))
#define MB_WM_CLIENT_DIALOG_CLASS(c) ((MBWMClientDialogClass*)(c))
#define MB_WM_TYPE_CLIENT_DIALOG (mb_wm_client_dialog_class_type ())
#define MB_WM_IS_CLIENT_DIALOG(c) (MB_WM_OBJECT_TYPE(c)==MB_WM_TYPE_CLIENT_DIALOG)
+typedef struct MBWMClientDialog MBWMClientDialog;
+typedef struct MBWMClientDialogClass MBWMClientDialogClass;
+
struct MBWMClientDialog
{
MBWMClientBase parent;