all repos — tint2 @ 6c57698291c58a22f9606afc903bc9b94eb4b549

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

src/systray/icons.h (raw)

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 */