Subversion Repositories Kolibri OS

Rev

Rev 7245 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5778 leency 1
struct od_filter
7049 leency 2
 {
3
 	dword size; //size = len(#ext) + sizeof(dword)
7788 leency 4
 	char ext[25];
7049 leency 5
 };
5778 leency 6
 
7
proc_info pr_inf;
7049 leency 8
char opendir_path[3072];
7043 leency 9
char openfile_path[4096];
7049 leency 10
char filename_area[1024];
5778 leency 11
 
7043 leency 12
opendialog o_dialog = {
13
	0,
14
	#pr_inf,
15
	#communication_area_name,
16
	0,
17
	#opendir_path,
18
	#default_dir,
19
	#open_dialog_path,
20
	#draw_window,
21
	0,
22
	#openfile_path,
23
	#filename_area,
24
	#filter2,
25
 
26
	420,
27
	200,
28
 
29
	320,
30
	120
31
};