X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=12674b819749a204f897891ca711bbc4a955372d;hb=b4fa843575f2276b521ec6507d7f213e7ddb6c67;hp=ea480e59b12416979fb58f3eb6d6da6bf9611361;hpb=b2dd343095b264f949badf6da3824d279a8f28c8;p=chaz%2Fopenbox 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);