]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus_cycle.h
fix the popup for directional focusing, only show what is going to be a valid target...
[chaz/openbox] / openbox / focus_cycle.h
index a90cb67fc8377cf02cf7cf0bfb2e26991f8c49b8..38c0e8371c95e2e8d8884ebf6cd493ecca59efe6 100644 (file)
@@ -41,8 +41,13 @@ void focus_cycle(gboolean forward, gboolean all_desktops,
 void focus_directional_cycle(ObDirection dir, gboolean dock_windows,
                              gboolean desktop_windows, gboolean interactive,
                              gboolean dialog, gboolean done, gboolean cancel);
-void focus_cycle_draw_indicator();
 
 void focus_cycle_stop();
 
+gboolean  focus_cycle_target_valid(struct _ObClient *ft,
+                                   gboolean iconic_windows,
+                                   gboolean all_desktops,
+                                   gboolean dock_windows,
+                                   gboolean desktop_windows);
+
 #endif
This page took 0.028087 seconds and 4 git commands to generate.