summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-25 23:07:15 +0000
committerDana Jansens <danakj@orodu.net>2003-09-25 23:07:15 +0000
commitb4fa843575f2276b521ec6507d7f213e7ddb6c67 (patch)
treeff61623de44f056e8b59d751c38f024aa8a4fac5 /openbox/client.h
parentb2dd343095b264f949badf6da3824d279a8f28c8 (diff)
add client_set_undecorated().
add support for the _OB_WM_STATE_UNDECORATED state hint.
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/openbox/client.h b/openbox/client.h
index ea480e59..12674b81 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -250,10 +250,10 @@ struct _ObClient
*/
guint decorations;
- /*! A user option. When this is set to FALSE the client will not ever
+ /*! A user option. When this is set to TRUE the client will not ever
be decorated.
*/
- gboolean decorate;
+ gboolean undecorated;
/*! A bitmask of values in the ObFunctions enum
The values in the variable specify the ways in which the user is allowed
@@ -520,6 +520,9 @@ int client_directional_edge_search(ObClient *c, ObDirection dir);
*/
void client_set_layer(ObClient *self, int layer);
+/*! Set a client window to have decorations or not */
+void client_set_undecorated(ObClient *self, gboolean undecorated);
+
guint client_monitor(ObClient *self);
void client_update_sm_client_id(ObClient *self);