diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-08 23:24:17 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-08 23:24:17 +0000 |
| commit | 0064695d59a558b3b2444418b68a4c9c89956d79 (patch) | |
| tree | 364a7c5b3fa474e412714c2aaac23052f62d8f78 /openbox | |
| parent | e0409cd7940c136897ddf31e92fe5fdde4bee003 (diff) | |
xhtml..
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/client.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/openbox/client.h b/openbox/client.h index 654945b9..0515c46f 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -464,6 +464,9 @@ void client_maximize(ObClient *self, gboolean max, gint dir); */ void client_shade(ObClient *self, gboolean shade); +/*! Set a client window to have decorations or not */ +void client_set_undecorated(ObClient *self, gboolean undecorated); + /*! Hilite the window to make the user notice it */ void client_hilite(ObClient *self, gboolean hilite); @@ -657,15 +660,12 @@ ObClient *client_search_transient(ObClient *self, ObClient *search); gint client_directional_edge_search(ObClient *c, ObDirection dir, gboolean hang); /*! Set a client window to be above/below other clients. - @layer < 0 indicates the client should be placed below other clients.<br> - = 0 indicates the client should be placed with other clients.<br> + @layer < 0 indicates the client should be placed below other clients.<br /> + = 0 indicates the client should be placed with other clients.<br /> > 0 indicates the client should be placed above other clients. */ void client_set_layer(ObClient *self, gint layer); -/*! Set a client window to have decorations or not */ -void client_set_undecorated(ObClient *self, gboolean undecorated); - guint client_monitor(ObClient *self); ObClient* client_under_pointer(); |
