]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.h
fixed issue 49 and some systray code (not yet)
[chaz/tint2] / src / systray / systraybar.h
index 5222dd6b3d36b8bb22c5404c089470d8796b4a89..fab1891e801540d54fa278d28bdd9d72426a06f9 100644 (file)
@@ -34,16 +34,16 @@ typedef struct
 
 
 extern Window net_sel_win;
+extern Systraybar systray;
 
 
 void init_systray();
 void cleanup_systray();
 int net_init();
 void net_message(XClientMessageEvent *e);
+void icon_remove(TrayWindow *traywin);
 
-// return 1 if task_width changed
-int resize_systray (Systraybar *sysbar);
-
+void resize_systray (void *obj);
 
 
 #endif
This page took 0.02141 seconds and 4 git commands to generate.