File: icons.h

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

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

extern gboolean error;

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

#endif /* __icons_h */