X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Factions.h;h=7c69b10f24b1dcefb9dc9fe7e1c14bca8eddebe0;hb=6c5f6ed1f5d501c79977a55c0f2430ebdd32ef6c;hp=3db6d7927e0cb33304308c48c1740b8f5ef768d7;hpb=b76ec18d1c8857cf32598c822364298fc535c84e;p=chaz%2Fopenbox diff --git a/openbox/actions.h b/openbox/actions.h index 3db6d792..7c69b10f 100644 --- a/openbox/actions.h +++ b/openbox/actions.h @@ -43,10 +43,10 @@ typedef void (*ObActionsInteractiveCancelFunc)(gpointer options); struct _ObActionsData { ObUserAction uact; - Time time; guint state; gint x; gint y; + gint button; struct _ObClient *client; ObFrameContext context; @@ -79,10 +79,10 @@ void actions_act_unref(ObActionsAct *act); */ void actions_run_acts(GSList *acts, ObUserAction uact, - Time time, guint state, gint x, gint y, + gint button, ObFrameContext con, struct _ObClient *client);