]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
Merge branch 'master' into chaz
[chaz/openbox] / openbox / client.h
index d68d3035a3b20e54921bc6e5b4cb2f0295391f0c..a946f274bc906a19cab39ca66dfa7f8251eb3de3 100644 (file)
@@ -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);
 
This page took 0.025047 seconds and 4 git commands to generate.