]> Dogcows Code - chaz/tint2/blob - src/systray/icons.h
1d2a09c6754a7e66f9a3c6bf7ad81e1af133ed75
[chaz/tint2] / src / systray / icons.h
1 #ifndef __icons_h
2 #define __icons_h
3
4 #include <glib.h>
5 #include <X11/Xlib.h>
6 #include "docker.h"
7
8 extern gboolean error;
9
10 gboolean icon_add(Window id, TrayWindowType type);
11 void icon_remove(GSList *node);
12
13 #endif /* __icons_h */
This page took 0.032049 seconds and 3 git commands to generate.