summaryrefslogtreecommitdiff
path: root/openbox/actions.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 05:17:10 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 05:17:10 +0000
commitd642be361fde438e2b29b7374b4d6465f47ad9e9 (patch)
treeb52caf5d31c9729f7cee06ce156a72bf4a89d307 /openbox/actions.h
parentbb0fd965c50289c02619113f113927294fa5be23 (diff)
add the move action
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);