]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
add client_set_undecorated().
[chaz/openbox] / openbox / client.h
index ea480e59b12416979fb58f3eb6d6da6bf9611361..12674b819749a204f897891ca711bbc4a955372d 100644 (file)
@@ -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);
This page took 0.023246 seconds and 4 git commands to generate.