]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/x11prop.h
x11: Use the default screen for X11 properties.
[pulseaudio] / src / pulsecore / x11prop.h
index 74922615bbfd60e41531916002f3c15c70909630..5a12114724824f5ae43a830658e6aea2ea614cfb 100644 (file)
@@ -27,8 +27,8 @@
 
 #include <xcb/xcb.h>
 
-void pa_x11_set_prop(xcb_connection_t *xcb, const char *name, const char *data);
-void pa_x11_del_prop(xcb_connection_t *xcb, const char *name);
-char* pa_x11_get_prop(xcb_connection_t *xcb, const char *name, char *p, size_t l);
+void pa_x11_set_prop(xcb_connection_t *xcb, int screen, const char *name, const char *data);
+void pa_x11_del_prop(xcb_connection_t *xcb, int screen, const char *name);
+char* pa_x11_get_prop(xcb_connection_t *xcb, int screen, const char *name, char *p, size_t l);
 
 #endif