Subversion Repositories Kolibri OS

Rev

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

Rev 7516 Rev 7617
Line 43... Line 43...
43
double x1,y1,x2,y2;
43
double x1,y1,x2,y2;
44
char *funct = NULL;
44
char *funct = NULL;
Line 45... Line 45...
45
 
45
 
46
char edit_path[1024];
46
char edit_path[1024];
47
//Dword editbox_y = WND_H - 16, editbox_w = WND_W - 70;
47
//Dword editbox_y = WND_H - 16, editbox_w = WND_W - 70;
Line 48... Line 48...
48
edit_box mybox = {0,9*8-5,WND_H - 16-32,0xffffff,0x6a9480,0,0x808080,0x10000000,sizeof(edit_path),(dword)&edit_path, 64, 16386}; //100000000000010b}; 
48
edit_box mybox = {0,9*8-5,WND_H - 16-32,0xffffff,0x94AECE,0,0x808080,0,sizeof(edit_path),0,(dword)&edit_path, 0, 0}; //100000000000010b}; 
Line 49... Line 49...
49
 
49