]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus_cycle.h
Redraw the focus cycle popup when the list of focusable windows changes, rather than...
[chaz/openbox] / openbox / focus_cycle.h
index 6e1c2c9dbad183f990ff8fb70addc494bd63a3a5..c074a52baa230dee11e9083878e63580cc6a0a03 100644 (file)
@@ -47,6 +47,8 @@ struct _ObClient* focus_directional_cycle(ObDirection dir,
                                           gboolean dialog,
                                           gboolean done, gboolean cancel);
 
-void focus_cycle_stop(struct _ObClient *ifclient);
+void focus_cycle_add(struct _ObClient *ifclient);
+void focus_cycle_remove(struct _ObClient *ifclient);
+void focus_cycle_reorder();
 
 #endif
This page took 0.020251 seconds and 4 git commands to generate.