Subversion Repositories Kolibri OS

Rev

Rev 7908 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7908 Rev 7933
Line 42... Line 42...
42
Dword point_count = 0;
42
Dword point_count = 0;
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[256];
46
char edit_path[256];
47
edit_box mybox = {0,92,WND_H-16-32,0xffffff,0x94AECE,0,0x808080,0x10000000,	
47
edit_box mybox = {200,92,WND_H-16-32,0xffffff,0x94AECE,0,0x808080,0x10000000,	
Line 48... Line 48...
48
	sizeof(edit_path)-1,(dword)&edit_path, 0, 0};
48
	sizeof(edit_path)-1,(dword)&edit_path, 0, 0, 0};
Line 49... Line 49...
49
 
49