Fix output of $combine when used in combination with $head
[monky] / src / x11.h
index 0ceaabb..cb45b77 100644 (file)
--- a/src/x11.h
+++ b/src/x11.h
@@ -81,6 +81,8 @@ extern int use_argb_visual;
 /* 1 if use_argb_visual=1 and argb visual was found, otherwise 0 */
 extern int have_argb_visual;
 #endif
+/* range of 0-255 for alpha */
+extern int own_window_argb_value;
 
 extern Display *display;
 extern int display_width;
@@ -97,7 +99,7 @@ void init_window(int use_own_window, int width, int height, int set_trans,
        int back_colour, char **argv, int argc);
 void destroy_window(void);
 void create_gc(void);
-void set_transparent_background(Window win);
+void set_transparent_background(Window win, int alpha);
 void get_x11_desktop_info(Display *display, Atom atom);
 void set_struts(int);