summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/x11prop.h
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2010-09-18 11:12:56 +0100
committerColin Guthrie <cguthrie@mandriva.org>2010-09-18 11:38:44 +0100
commit165cb87c3840ecfcfbe45846229304447be331b1 (patch)
tree71f20c3a09c569dd0fc3e74d04c8a26ef3ed0e94 /src/pulsecore/x11prop.h
parent5c0bc09180b2b2a45efbf14bef12cf74551aed62 (diff)
x11: Use the default screen for X11 properties.
This commit restores the functionality originally included in 65e807 by Leszek Koltunski.
Diffstat (limited to 'src/pulsecore/x11prop.h')
-rw-r--r--src/pulsecore/x11prop.h6
1 files changed, 3 insertions, 3 deletions
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 <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