Subversion Repositories Kolibri OS

Rev

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

Rev 7043 Rev 7049
Line 1... Line 1...
1
struct od_filter
1
struct od_filter
2
{
2
 {
3
	dword size;
3
 	dword size; //size = len(#ext) + sizeof(dword)
4
	byte end;
4
 	char ext[16];
5
};
5
 };
Line -... Line 6...
-
 
6
 
6
 
7
 
7
proc_info pr_inf;
8
proc_info pr_inf;
8
char communication_area_name[] = "FFFFFFFF_open_dialog";
9
char communication_area_name[] = "FFFFFFFF_open_dialog";
9
char opendir_path[4096];
10
char opendir_path[3072];
10
char open_dialog_path[] = "/rd/1/File managers/opendial";
11
char open_dialog_path[] = "/rd/1/File managers/opendial";
11
char openfile_path[4096];
12
char openfile_path[4096];
-
 
13
char filename_area[1024];
Line 12... Line 14...
12
char filename_area[256];
14
 
13
 
15
 
14
opendialog o_dialog = {
16
opendialog o_dialog = {
15
	0,
17
	0,