]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.c
*fix* removed warnings
[chaz/tint2] / src / systray / systraybar.c
index 41f93a4e4a100bf7264acf26dbbde44ff85a3598..a0c1f3c716ee275136da229a10b7ed7513de9051 100644 (file)
@@ -113,7 +113,7 @@ void resize_systray(void *obj)
        TrayWindow *traywin;
        GSList *l;
        int count, icon_size;
-       int icons_per_column, icons_per_row, marging;
+       int icons_per_column=1, icons_per_row=1, marging=0;
 
        if (panel_horizontal)
                icon_size = sysbar->area.height;
This page took 0.021793 seconds and 4 git commands to generate.