Subversion Repositories Kolibri OS

Rev

Rev 6678 | Rev 7356 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6678 Rev 7252
Line 39... Line 39...
39
 
39
 
40
unsigned char icons[] = FROM "icons.raw";
40
unsigned char icons[] = FROM "icons.raw";
41
#define TOPPANELH 68
41
#define TOPPANELH 68
Line 42... Line -...
42
#define BOTPANELH 26
-
 
43
 
42
#define BOTPANELH 26
44
int	mouse_dd;
43
 
-
 
44
char new_disk_size[5];
Line 45... Line 45...
45
char new_disk_size[5];
45
edit_box edit_disk_size= {50,0,7,0xffffff,0x94AECE,0xFFFfff,0xffffff,0x10000000,
46
edit_box edit_disk_size= {50,0,7,0xffffff,0x94AECE,0xFFFfff,0xffffff,0x10000000,4,#new_disk_size,#mouse_dd, 1000000000000010b};
46
	4,#new_disk_size,0, 1000000000000010b};
47
 
47
 
48
void Main_Window()
48
void Main_Window()