Subversion Repositories Kolibri OS

Rev

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

Rev 6761 Rev 6762
Line 44... Line 44...
44
double x1,y1,x2,y2;
44
double x1,y1,x2,y2;
45
char *funct = NULL;
45
char *funct = NULL;
Line 46... Line 46...
46
 
46
 
47
char edit_path[1024];
47
char edit_path[1024];
48
//Dword editbox_y = WND_H - 16, editbox_w = WND_W - 70;
48
//Dword editbox_y = WND_H - 16, editbox_w = WND_W - 70;
Line 49... Line 49...
49
edit_box mybox = {0,9*8-5,WND_H - 16-32,0xffffff,0x6a9480,0,0x808080,0x10000000,sizeof(edit_path),(dword)&edit_path, 64, 100000000000010b}; 
49
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}; 
Line 50... Line 50...
50
 
50