git-svn-id: http://tint2.googlecode.com/svn/trunk@13 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
16 lines
275 B
C
16 lines
275 B
C
#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 */
|