New import

git-svn-id: http://tint2.googlecode.com/svn/trunk@13 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2008-10-02 18:47:02 +00:00
parent a5f3607239
commit 420dd5d1e2
46 changed files with 5231 additions and 0 deletions

15
src/systray/net.h Normal file
View File

@@ -0,0 +1,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 */