]> Dogcows Code - chaz/tint2/blobdiff - src/battery/battery.h
moved initial values in function default_xxx
[chaz/tint2] / src / battery / battery.h
index 2e99abdc9545a2b89d26ecff0c58c79e5e72f5f0..65a8a1eb17702231b42f8d0e2dc449733b4f2c45 100644 (file)
@@ -57,6 +57,10 @@ extern int8_t battery_low_status;
 extern char *battery_low_cmd;
 extern char *path_energy_now, *path_energy_full, *path_current_now, *path_status;
 
+// default values
+void default_battery();
+// freed memory
+void cleanup_battery();
 
 // initialize clock : y position, ...
 void update_battery();
@@ -64,9 +68,6 @@ void update_battery();
 void init_battery();
 void init_battery_panel(void *panel);
 
-// freed memory and set default values
-void cleanup_battery();
-
 void draw_battery(void *obj, cairo_t *c);
 
 void resize_battery(void *obj);
This page took 0.02207 seconds and 4 git commands to generate.