File: icons.h

package info (click to toggle)
docker 1.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • sloc: ansic: 1,839; makefile: 229
file content (13 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __icons_h
#define __icons_h

#include <glib.h>
#include <X11/Xlib.h>
#include "docker.h"

extern gboolean error;

gboolean icon_add(Window id, TrayWindowType type);
void icon_remove(GSList *node);

#endif /* __icons_h */