Subversion Repositories Kolibri OS

Rev

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

Rev 4811 Rev 5142
Line 40... Line 40...
40
;---  €—€‹Ž Žƒ€ŒŒ›  ----------------------------------------------
40
;---  €—€‹Ž Žƒ€ŒŒ›  ----------------------------------------------
41
;---------------------------------------------------------------------
41
;---------------------------------------------------------------------
42
align 4
42
align 4
43
START:
43
START:
44
;---------------------------------------------------------------------
44
;---------------------------------------------------------------------
45
	mcall  48,3,sc,sizeof.system_colors
-
 
46
	mcall  68,11
45
	mcall  68,11
Line 47... Line 46...
47
 
46
 
48
load_libraries l_libs_start,end_l_libs
47
load_libraries l_libs_start,end_l_libs
49
	inc	eax
48
	inc	eax
Line 197... Line 196...
197
	call	save_ini
196
	call	save_ini
198
@@:
197
@@:
199
	cmp	byte[ecx+1],'r'
198
	cmp	byte[ecx+1],'r'
200
	je	@f
199
	je	@f
201
	cmp	byte[ecx+1],'R'
200
	cmp	byte[ecx+1],'R'
-
 
201
	je	@f
-
 
202
        cmp     byte[ecx],'/'
202
	jne	not_rd
203
	je	not_rd
203
@@:
204
@@:
204
	mov	edx,rdError
205
	mov	edx,rdError
205
	call	print_err
206
	call	print_err
206
	jmp	still
207
	jmp	still
207
not_rd:
208
not_rd:
Line 332... Line 333...
332
	ret
333
	ret
333
;---------------------------------------------------------------------
334
;---------------------------------------------------------------------
334
;---  Draw window  ---------------------------------------------------
335
;---  Draw window  ---------------------------------------------------
335
;---------------------------------------------------------------------
336
;---------------------------------------------------------------------
336
draw_window:
337
draw_window:
-
 
338
	mcall  48,3,sc,sizeof.system_colors
337
	mcall	12,1
339
	mcall	12,1
Line 338... Line 340...
338
 
340
 
339
	mov	edx,[sc.work]
341
	mov	edx,[sc.work]
340
	or	edx,0x34000000
342
	or	edx,0x34000000