]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions.h
remove the activate action, make the focus action "activate" but not raise or unshade
[chaz/openbox] / openbox / actions.h
index 3db6d7927e0cb33304308c48c1740b8f5ef768d7..7c69b10f24b1dcefb9dc9fe7e1c14bca8eddebe0 100644 (file)
@@ -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);
 
This page took 0.023025 seconds and 4 git commands to generate.