moved initial values in function default_xxx
git-svn-id: http://tint2.googlecode.com/svn/trunk@423 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user