unpack zips in src to better compression
This commit is contained in:
20
sources/z-tools/trunk/ztask/win.h
Normal file
20
sources/z-tools/trunk/ztask/win.h
Normal file
@@ -0,0 +1,20 @@
|
||||
extern int16 cpu_usage;
|
||||
extern int32 total_stram;
|
||||
extern int32 total_ttram;
|
||||
extern uint32 stram;
|
||||
extern uint32 ttram;
|
||||
extern int16 bar_width;
|
||||
extern int16 geek_area_width;
|
||||
extern int16 geek_area_border_width;
|
||||
extern int16 hcell, x_space;
|
||||
extern int16 x_pos, w_pos, y_pos, h_pos;
|
||||
|
||||
extern WINDOW *app_bar;
|
||||
extern OBJECT *icons;
|
||||
extern int16 x_space, menu_enabled;
|
||||
extern int16 cpu_history[100];
|
||||
|
||||
extern void set_component_position( void);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user