From f73e9c19f7fd4f7aaecd06a283b125078d8ad884 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sat, 18 Sep 2010 11:12:56 +0100 Subject: x11: Use the default screen for X11 properties. This commit restores the functionality originally included in 65e807 by Leszek Koltunski. --- src/pulsecore/x11prop.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pulsecore/x11prop.h') diff --git a/src/pulsecore/x11prop.h b/src/pulsecore/x11prop.h index 74922615..5a121147 100644 --- a/src/pulsecore/x11prop.h +++ b/src/pulsecore/x11prop.h @@ -27,8 +27,8 @@ #include -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 -- cgit