]> Dogcows Code - chaz/tint2/blobdiff - src/battery/battery.c
support skip_taskbar by Andreas.Fink85
[chaz/tint2] / src / battery / battery.c
index 4dcb99a47cffab9755daa5ea7b29599fb69f717d..39c527a455d4a8edecb6b61667e7c456d038aba6 100644 (file)
@@ -94,9 +94,9 @@ void init_battery()
        }
 
        FILE *fp;
-   Panel *panel;
-   Battery *battery;
-   int i, bat_percentage_height, bat_percentage_height_ink, bat_time_height, bat_time_height_ink;
+       Panel *panel;
+       Battery *battery;
+       int i, bat_percentage_height, bat_percentage_height_ink, bat_time_height, bat_time_height_ink;
 
        for (i=0 ; i < nb_panel ; i++) {
                panel = &panel1[i];
@@ -268,7 +268,7 @@ void draw_battery (void *obj, cairo_t *c, int active)
 
 void resize_battery(void *obj)
 {
-       Battery *battery = obj;
+       Battery *battery = obj;
        PangoLayout *layout;
        int percentage_width, time_width, new_width;
 
This page took 0.026447 seconds and 4 git commands to generate.