Subversion Repositories Kolibri OS

Rev

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

Rev 7441 Rev 7508
Line 12... Line 12...
12
include 'lang.inc'
12
include 'lang.inc'
13
include 'cnc_editor.inc'
13
include 'cnc_editor.inc'
14
include '../../develop/info3ds/info_fun_float.inc'
14
include '../../develop/info3ds/info_fun_float.inc'
Line 15... Line 15...
15
 
15
 
16
@use_library_mem mem.Alloc,mem.Free,mem.ReAlloc,dll.Load
16
@use_library_mem mem.Alloc,mem.Free,mem.ReAlloc,dll.Load
Line 17... Line 17...
17
caption db 'CNC editor 08.10.18',0 ;¯®¤¯¨áì ®ª­ 
17
caption db 'CNC editor 30.10.18',0 ;¯®¤¯¨áì ®ª­ 
Line 18... Line 18...
18
 
18
 
Line 709... Line 709...
709
 
709
 
710
		mov [open_file_size],ebx
710
		mov [open_file_size],ebx
Line 711... Line 711...
711
		mcall SF_SET_CAPTION,1,openfile_path
711
		mcall SF_SET_CAPTION,1,openfile_path
-
 
712
 
712
 
713
		;---
-
 
714
		and dword[tree1.style],not tl_cursor_pos_limited
713
		;---
715
		stdcall FileInit,[open_file_data],[open_file_size]
714
		stdcall FileInit,[open_file_data],[open_file_size]
716
		or dword[tree1.style], tl_cursor_pos_limited
715
		stdcall [buf2d_clear], buf_0, [buf_0.color] ;ç¨á⨬ ¡ãä¥à
717
		stdcall [buf2d_clear], buf_0, [buf_0.color] ;ç¨á⨬ ¡ãä¥à
716
		stdcall [buf2d_draw], buf_0 ;®¡­®¢«ï¥¬ ¡ãä¥à ­  íªà ­¥
718
		stdcall [buf2d_draw], buf_0 ;®¡­®¢«ï¥¬ ¡ãä¥à ­  íªà ­¥
717
	.end_open_file:
719
	.end_open_file: