X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=ede9df66fa3e45dc9590bcabaed1df6f6afcb0a0;hb=6357583c396382dd6ed8ac42004177f204fabe62;hp=ff7f67c7fcdf3f73f13bf0eb4e45aca5b4358fd6;hpb=092616de9a809a1c9a646901521ffcc1f337e913;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index ff7f67c7..ede9df66 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -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