]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus_cycle.h
More work on refreshing the focus cycle dialog when windows are added/removed from...
[chaz/openbox] / openbox / focus_cycle.h
index 4d1e265fe928f6c8dce6fd21cc10f58086b4187c..4a97c10363dd879ce755a2aafa79164752702a5e 100644 (file)
@@ -34,19 +34,23 @@ void focus_cycle_startup(gboolean reconfig);
 void focus_cycle_shutdown(gboolean reconfig);
 
 /*! Cycle focus amongst windows. */
-void 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);
-
-void focus_cycle_stop();
-
-gboolean  focus_cycle_target_valid(struct _ObClient *ft,
-                                   gboolean all_desktops,
-                                   gboolean dock_windows,
-                                   gboolean desktop_windows);
+struct _ObClient* focus_cycle(gboolean forward, gboolean all_desktops,
+                              gboolean dock_windows, gboolean desktop_windows,
+                              gboolean linear, gboolean interactive,
+                              gboolean showbar, gboolean dialog,
+                              gboolean done, gboolean cancel);
+struct _ObClient* focus_directional_cycle(ObDirection dir,
+                                          gboolean dock_windows,
+                                          gboolean desktop_windows,
+                                          gboolean interactive,
+                                          gboolean showbar,
+                                          gboolean dialog,
+                                          gboolean done, gboolean cancel);
+
+/*! Set @redraw to FALSE if there are more clients to be added/removed first */
+void focus_cycle_addremove(struct _ObClient *ifclient, gboolean redraw);
+void focus_cycle_reorder();
+
+gboolean focus_cycle_valid(struct _ObClient *client);
 
 #endif
This page took 0.022538 seconds and 4 git commands to generate.