Subversion Repositories Kolibri OS

Rev

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

Rev 7648 Rev 7908
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[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 = {0,92,WND_H-16-32,0xffffff,0x94AECE,0,0x808080,0x10000000,	
Line 48... Line 48...
48
	sizeof(edit_path)-1,0,(dword)&edit_path, 0, 0};
48
	sizeof(edit_path)-1,(dword)&edit_path, 0, 0};
Line 49... Line 49...
49
 
49