X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/dcee8888650583abd106f818ee56d5dff9028bba..b0a04d8031f9efd983f76c379a2982cf7ee769f5:/src/pulsecore/x11prop.h diff --git a/src/pulsecore/x11prop.h b/src/pulsecore/x11prop.h index dc675263..5a121147 100644 --- a/src/pulsecore/x11prop.h +++ b/src/pulsecore/x11prop.h @@ -5,6 +5,7 @@ This file is part of PulseAudio. Copyright 2004-2006 Lennart Poettering + Copyright 2010 Colin Guthrie PulseAudio is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published @@ -24,10 +25,10 @@ #include -#include +#include -void pa_x11_set_prop(Display *d, const char *name, const char *data); -void pa_x11_del_prop(Display *d, const char *name); -char* pa_x11_get_prop(Display *d, 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