]> Dogcows Code - chaz/tint2/blobdiff - src/battery/battery.h
issue 158 : dissociate object initialization from panel initialization
[chaz/tint2] / src / battery / battery.h
index 71280e1510b69f52bc429d558fbab0fa825ccd39..5fb1fdf13abfb82ae66684d90d63110ee93da189 100644 (file)
@@ -17,6 +17,7 @@
 #include "common.h"
 #include "area.h"
 
+
 typedef struct Battery {
        // always start with area
        Area area;
@@ -57,6 +58,7 @@ extern char *path_energy_now, *path_energy_full, *path_current_now, *path_status
 void update_battery();
 
 void init_battery();
+void init_battery_panel(void *panel);
 
 void draw_battery(void *obj, cairo_t *c, int active);
 
This page took 0.020759 seconds and 4 git commands to generate.