mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
x11: Use the default screen for X11 properties.
This commit restores the functionality originally included in 65e807 by Leszek Koltunski.
This commit is contained in:
parent
c0e045d003
commit
f73e9c19f7
5 changed files with 96 additions and 70 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue