X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions.h;h=477e4ba19e85c902e85997bb1d8ee3bba5cef5c5;hb=e4f24d84a0f9cf81f6228bbe51a30128f451e041;hp=8e3154b89cd7f98555d352992495591dfbe30751;hpb=fbc7607fbd1a380428a53094e727ac7631871bd4;p=chaz%2Fopenbox diff --git a/openbox/actions.h b/openbox/actions.h index 8e3154b8..477e4ba1 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); @@ -88,3 +90,6 @@ gboolean actions_interactive_act_running(); void actions_interactive_cancel_act(); gboolean actions_interactive_input_event(XEvent *e); + +/*! Function for actions to call when they are moving a client around */ +void actions_client_move(ObActionsData *data, gboolean start);