]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus_cycle.h
add the activate action. it will replace the focus action, as it can just focus witho...
[chaz/openbox] / openbox / focus_cycle.h
index 3fecc9e42acd04258a56e085106e2703e8f84698..68b8d929d149d856a08e1f5ad5dc416804063102 100644 (file)
@@ -38,9 +38,12 @@ struct _ObClient* focus_cycle(gboolean forward, gboolean all_desktops,
                               gboolean dock_windows, gboolean desktop_windows,
                               gboolean linear, gboolean interactive,
                               gboolean dialog, gboolean done, gboolean cancel);
-void focus_directional_cycle(ObDirection dir, gboolean dock_windows,
-                             gboolean desktop_windows, gboolean interactive,
-                             gboolean dialog, gboolean done, gboolean cancel);
+struct _ObClient* focus_directional_cycle(ObDirection dir,
+                                          gboolean dock_windows,
+                                          gboolean desktop_windows,
+                                          gboolean interactive,
+                                          gboolean dialog,
+                                          gboolean done, gboolean cancel);
 
 void focus_cycle_stop(struct _ObClient *ifclient);
 
This page took 0.0198 seconds and 4 git commands to generate.