New import
git-svn-id: http://tint2.googlecode.com/svn/trunk@13 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
15
src/systray/net.h
Normal file
15
src/systray/net.h
Normal 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 */
|
||||
Reference in New Issue
Block a user