diff options
| author | Lennart Poettering <lennart@poettering.net> | 2007-09-11 20:48:33 +0000 |
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2007-09-11 20:48:33 +0000 |
| commit | d5bedbcd98c10ef187f1daa326b32c6f3ba8d3af (patch) | |
| tree | b7ad2d06169bad49cb4d86d4c2c94473a189a91a /src/pulsecore/x11prop.c | |
| parent | 2988c3d9fbe52ba0429b4962446273bceda391f6 (diff) | |
remaining s/assert/pa_assert/ and refcnt.h modernizations
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1809 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/x11prop.c')
| -rw-r--r-- | src/pulsecore/x11prop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pulsecore/x11prop.c b/src/pulsecore/x11prop.c index 5b85ea42..a740e39b 100644 --- a/src/pulsecore/x11prop.c +++ b/src/pulsecore/x11prop.c @@ -32,7 +32,6 @@ #include "x11prop.h" - void pa_x11_set_prop(Display *d, const char *name, const char *data) { Atom a = XInternAtom(d, name, False); XChangeProperty(d, RootWindow(d, 0), a, XA_STRING, 8, PropModeReplace, (const unsigned char*) data, strlen(data)+1); |
