Subversion Repositories Kolibri OS

Rev

Rev 1954 | Rev 2144 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1954 Rev 2055
Line 1259... Line 1259...
1259
 
1259
 
1260
;	mov	ecx,[communication_area]
1260
;	mov	ecx,[communication_area]
1261
;	add	ecx,4096+4+4
1261
;	add	ecx,4096+4+4
1262
	call	type_title
1262
	call	type_title
1263
	call	get_window_param
1263
	call	get_window_param
-
 
1264
	
-
 
1265
	mov	eax,[procinfo+70] ;status of window
-
 
1266
	test	eax,100b
-
 
1267
	jne	.end
1264
 
1268
	
1265
	mov	eax,[window_high]
1269
	mov	eax,[window_high]
1266
	sub	eax,25+45
1270
	sub	eax,25+45
1267
	mov	[file_browser_data_1.size_y],ax
1271
	mov	[file_browser_data_1.size_y],ax
Line 1388... Line 1392...
1388
	
1392
	
Line 1389... Line 1393...
1389
	mcall	4,,0x90000000	;message_open_button
1393
	mcall	4,,0x90000000	;message_open_button
1390
	
1394
	
-
 
1395
;	mcall	47,0x80000,[file_browser_data_1.ini_file_start],<250,0>,0x0
1391
;	mcall	47,0x80000,[file_browser_data_1.ini_file_start],<250,0>,0x0
1396
;	mcall	4,<3,420>,0,fb_extension_start,3
Line 1392... Line 1397...
1392
;	mcall	4,<3,420>,0,fb_extension_start,3
1397
.end:
1393
	mcall	12,2
1398
	mcall	12,2
1394
 
1399