Subversion Repositories Kolibri OS

Rev

Rev 2116 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2116 Rev 3184
Line 318... Line 318...
318
	mov  [scroll_bar_data_vertical.cur_area],eax
318
	mov  [scroll_bar_data_vertical.cur_area],eax
319
	mov  [scroll_bar_data_horizontal.cur_area],eax
319
	mov  [scroll_bar_data_horizontal.cur_area],eax
320
	ret
320
	ret
321
;****************************************************************************	
321
;****************************************************************************	
322
draw_file_name_to_work_area:
322
draw_file_name_to_work_area:
323
	mov  eax,[check1+32]
323
	mov  eax,[check1.flags]
324
	test  eax,10b
324
	test  eax,10b
325
	jz  @f
325
	jz  @f
326
	mov  ebx,[file_name_length]
326
	mov  ebx,[file_name_length]
327
	mov  eax,ebx
327
	mov  eax,ebx
328
	lea  ebx,[ebx*5]
328
	lea  ebx,[ebx*5]