]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.h
change systray code. fixed issue 91.
[chaz/tint2] / src / systray / systraybar.h
index 8c9b5ef61a9c3884be3d0e85622459ed02e66d14..4f369716e7209398d0431b17c4aac23418df6450 100644 (file)
@@ -2,7 +2,7 @@
 * Copyright (C) 2009 thierry lorthiois (lorthiois@bbsoft.fr)
 *
 * systraybar
-* based on 'docker-1.5' from Ben Jansens
+* based on 'docker-1.5' from Ben Jansens.
 *
 **************************************************************************/
 
@@ -37,14 +37,16 @@ extern Systraybar systray;
 
 void init_systray();
 void cleanup_systray();
-int net_init();
+
+int init_net();
+void cleanup_net();
 void net_message(XClientMessageEvent *e);
-void icon_remove(TrayWindow *traywin);
 
-void draw_systray(void *obj, cairo_t *c, int active);
+void remove_icon(TrayWindow *traywin);
 
 void resize_systray(void *obj);
 
+void refresh_systray();
 
 #endif
 
This page took 0.022166 seconds and 4 git commands to generate.