]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.h
cleanup code
[chaz/tint2] / src / systray / systraybar.h
index 761bda6746dd02aeb2595c0d8fa82091041d9b02..0c5e6249b2f002337ffb8f23e7c214e7d6e2f3e1 100644 (file)
@@ -20,12 +20,19 @@ typedef struct {
 
 typedef struct
 {
-  Window id;
-  int x, y;
+   Window id;
+   int x, y;
+
+   Window win;
+   long *icon_data;
+   int icon_width;
+   int icon_height;
 } TrayWindow;
 
 
-void init_systray(Systraybar *sysbar, Area *parent);
+void init_systray();
+void cleanup_systray();
+int  net_init();
 
 // return 1 if task_width changed
 int resize_systray (Systraybar *sysbar);
This page took 0.020346 seconds and 4 git commands to generate.