]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions.h
add the cyclewindows action
[chaz/openbox] / openbox / actions.h
index 3db6d7927e0cb33304308c48c1740b8f5ef768d7..8e3154b89cd7f98555d352992495591dfbe30751 100644 (file)
@@ -43,7 +43,6 @@ typedef void     (*ObActionsInteractiveCancelFunc)(gpointer options);
 
 struct _ObActionsData {
     ObUserAction uact;
-    Time time;
     guint state;
     gint x;
     gint y;
@@ -79,7 +78,6 @@ void actions_act_unref(ObActionsAct *act);
 */
 void actions_run_acts(GSList *acts,
                       ObUserAction uact,
-                      Time time,
                       guint state,
                       gint x,
                       gint y,
This page took 0.019843 seconds and 4 git commands to generate.