From f090e48f9f76b3159cf62c8fe9a162f145c4fce1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 2 Jun 2006 20:25:06 +0000 Subject: initial checkin git-svn-id: file:///home/lennart/svn/public/padevchooser/trunk@3 e4aeda27-4315-0410-ac56-b21855d76123 --- src/x11prop.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/x11prop.h (limited to 'src/x11prop.h') diff --git a/src/x11prop.h b/src/x11prop.h new file mode 100644 index 0000000..c908324 --- /dev/null +++ b/src/x11prop.h @@ -0,0 +1,33 @@ +#ifndef foox11prophfoo +#define foox11prophfoo + +/* $Id$ */ + +/*** + This file is part of polypaudio. + + polypaudio is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2 of the License, + or (at your option) any later version. + + polypaudio is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with polypaudio; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA. +***/ + +#include + +#include + +void x11_set_prop(Display *d, const char *name, const char *data); +void x11_del_prop(Display *d, const char *name); +char* x11_get_prop(Display *d, const char *name, char *p, size_t l); + +#endif -- cgit