aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/core/mb-wm-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/core/mb-wm-types.h')
-rw-r--r--matchbox/core/mb-wm-types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/matchbox/core/mb-wm-types.h b/matchbox/core/mb-wm-types.h
index 74bbf7e..b71f683 100644
--- a/matchbox/core/mb-wm-types.h
+++ b/matchbox/core/mb-wm-types.h
@@ -307,6 +307,10 @@ typedef Bool (*MBWindowManagerMapNotifyFunc)
(XMapEvent *xev,
void *userdata);
+typedef Bool (*MBWindowManagerClientMessageFunc)
+ (XClientMessageEvent *xev,
+ void *userdata);
+
typedef Bool (*MBWindowManagerMapRequestFunc)
(XMapRequestEvent *xev,
void *userdata);