X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Fclient.h;h=a946f274bc906a19cab39ca66dfa7f8251eb3de3;hp=d68d3035a3b20e54921bc6e5b4cb2f0295391f0c;hb=9325c92056ff4268db2263cdf8c07bb529e158aa;hpb=782b2864b1cc5ffab426dfb784a973576a98de18 diff --git a/openbox/client.h b/openbox/client.h index d68d3035..a946f274 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -268,6 +268,8 @@ struct _ObClient gboolean max_vert; /*! The window is maximized to fill the screen horizontally */ gboolean max_horz; + /*! The window is semi-transparent */ + guint8 opacity; /*! The window should not be displayed by pagers */ gboolean skip_pager; /*! The window should not be displayed by taskbars */ @@ -548,6 +550,9 @@ void client_kill(ObClient *self); void client_set_desktop(ObClient *self, guint target, gboolean donthide, gboolean dontraise); +/*! Adjust the client opacity */ +void client_set_opacity(ObClient *self, guint8 opacity); + /*! Show the client if it should be shown. Returns if the window is shown. */ gboolean client_show(ObClient *self);