X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Factions.h;h=7c69b10f24b1dcefb9dc9fe7e1c14bca8eddebe0;hb=6c5f6ed1f5d501c79977a55c0f2430ebdd32ef6c;hp=8e3154b89cd7f98555d352992495591dfbe30751;hpb=fbc7607fbd1a380428a53094e727ac7631871bd4;p=chaz%2Fopenbox 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);