]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions.h
Fix some memleaks.
[chaz/openbox] / openbox / actions.h
index 8e3154b89cd7f98555d352992495591dfbe30751..477e4ba19e85c902e85997bb1d8ee3bba5cef5c5 100644 (file)
@@ -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);
This page took 0.027142 seconds and 4 git commands to generate.