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 12:05:38 +0100
commitf73e9c19f7fd4f7aaecd06a283b125078d8ad884 (patch)
tree3570ed5c99ccbe0d5b040bbdd4b82100bf9136a6 /src/pulsecore/x11prop.h
parentc0e045d003b52c5edf8dbee10ff1545435bce297 (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