From d642be361fde438e2b29b7374b4d6465f47ad9e9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 22 Jun 2007 05:17:10 +0000 Subject: add the move action --- openbox/actions.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/actions.h') 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); -- cgit v1.2.3