aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-decor.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/mb-wm-decor.h')
-rw-r--r--matchbox/mb-wm-decor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/matchbox/mb-wm-decor.h b/matchbox/mb-wm-decor.h
index a25ffdb..b8b3d10 100644
--- a/matchbox/mb-wm-decor.h
+++ b/matchbox/mb-wm-decor.h
@@ -73,6 +73,9 @@ struct MBWMDecor
unsigned long press_cb_id;
unsigned long release_cb_id;
+ unsigned long motion_cb_id;
+ unsigned long enter_cb_id;
+ unsigned long leave_cb_id;
void *themedata;
MBWMDecorDestroyUserData destroy_themedata;