summaryrefslogtreecommitdiff
path: root/openbox/actions.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/actions.h')
-rw-r--r--openbox/actions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/actions.h b/openbox/actions.h
index 8e3154b8..7c69b10f 100644
--- a/openbox/actions.h
+++ b/openbox/actions.h
@@ -46,6 +46,7 @@ struct _ObActionsData {
guint state;
gint x;
gint y;
+ gint button;
struct _ObClient *client;
ObFrameContext context;
@@ -81,6 +82,7 @@ void actions_run_acts(GSList *acts,
guint state,
gint x,
gint y,
+ gint button,
ObFrameContext con,
struct _ObClient *client);