X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=76ef669618d397edc9caf91b8583868d6ad97f0d;hb=HEAD;hp=5ae2d3d2f4d46ccbc418d3d6f4360832bab5a2c2;hpb=0a7ff45e4930a72968911325a019f0ea64b62a43;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index 5ae2d3d2..76ef6696 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);