all repos — tint2 @ 420dd5d1e21d255cf20df36ecc911c976e628d1c

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

src/systray/net.h (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __net_h
#define __net_h

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

extern Window net_sel_win;
extern Atom net_opcode_atom;

void net_init();
void net_message(XClientMessageEvent *e);
void net_icon_remove(TrayWindow *traywin);

#endif /* __net_h */