]> Dogcows Code - chaz/tint2/blob - src/systray/xproperty.h
New import
[chaz/tint2] / src / systray / xproperty.h
1 #ifndef __xproperty_h
2 #define __xproperty_h
3
4 #include <glib.h>
5 #include <X11/Xlib.h>
6
7 /* if the func returns TRUE, the returned value must be XFree()'d */
8 gboolean xprop_get8(Window window, Atom atom, Atom type, int size,
9 gulong *count, guchar **value);
10 gboolean xprop_get32(Window window, Atom atom, Atom type, int size,
11 gulong *count, gulong **value);
12
13 #endif /* __xproperty_h */
This page took 0.032636 seconds and 4 git commands to generate.