]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions.h
add the move action
[chaz/openbox] / openbox / actions.h
index 8e3154b89cd7f98555d352992495591dfbe30751..7c69b10f24b1dcefb9dc9fe7e1c14bca8eddebe0 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);
 
This page took 0.019632 seconds and 4 git commands to generate.