unpack zips in src to better compression
This commit is contained in:
30
sources/z-tools/trunk/ztask/prefs.h
Normal file
30
sources/z-tools/trunk/ztask/prefs.h
Normal file
@@ -0,0 +1,30 @@
|
||||
/* Global variable */
|
||||
extern int button_off_background;
|
||||
extern int button_on_background;
|
||||
extern int button_on_light_color;
|
||||
extern int button_off_light_color;
|
||||
extern int button_on_dark_color;
|
||||
extern int button_off_dark_color;
|
||||
extern int button_on_text_color;
|
||||
extern int button_on_text_shadow_color;
|
||||
extern int button_off_text_color;
|
||||
extern int button_off_text_shadow_color;
|
||||
extern int geek_area_text_color;
|
||||
extern int geek_area_color;
|
||||
extern int geek_area_dark_line;
|
||||
extern int geek_area_light_line;
|
||||
extern int app_width;
|
||||
extern int cpu_bar_color;
|
||||
extern int tt_bar_color;
|
||||
extern int st_bar_color;
|
||||
extern int show_clock;
|
||||
extern int clock_us;
|
||||
extern int show_system_info;
|
||||
extern int show_acc;
|
||||
|
||||
|
||||
/* Function */
|
||||
extern int prefs_read( void);
|
||||
extern int prefs_write( void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user