]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
rename 'xinerama' stuff to 'monitors' to be more generic and descriptive.
[chaz/openbox] / openbox / client.h
index ff7f67c7fcdf3f73f13bf0eb4e45aca5b4358fd6..ede9df66fa3e45dc9590bcabaed1df6f6afcb0a0 100644 (file)
@@ -496,6 +496,8 @@ Client *client_search_focus_tree_full(Client *self);
 */
 Client *client_search_modal_child(Client *self);
 
+Client *client_search_top_transient(Client *self);
+
 /*! Return the "closest" client in the given direction */
 Client *client_find_directional(Client *c, Direction dir);
 
@@ -506,4 +508,6 @@ Client *client_find_directional(Client *c, Direction dir);
 */
 void client_set_layer(Client *self, int layer);
 
+guint client_monitor(Client *self);
+
 #endif
This page took 0.026024 seconds and 4 git commands to generate.