Subversion Repositories Kolibri OS

Rev

Rev 7788 | 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)
9396 leency 4
 	char ext[90];
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,
9396 leency 14
	#pr_inf,
15
	#communication_area_name,
16
	0,
17
	#opendir_path,
18
	#default_dir,
7043 leency 19
	#open_dialog_path,
9396 leency 20
	#draw_window,
21
	0,
22
	#openfile_path,
23
	#filename_area,
24
	#filter2,
7043 leency 25
 
9396 leency 26
	420,
27
	200,
7043 leency 28
 
9396 leency 29
	320,
7043 leency 30
	120
31
};