forked from KolibriOS/kolibrios
RDsave: dynamic system colors;
fixed saving to rd/1/ when type filename without path in params git-svn-id: svn://kolibrios.org@5142 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5a61e87775
commit
9e2a21eb61
@ -42,7 +42,6 @@ include 'str.inc'
|
|||||||
align 4
|
align 4
|
||||||
START:
|
START:
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
mcall 48,3,sc,sizeof.system_colors
|
|
||||||
mcall 68,11
|
mcall 68,11
|
||||||
|
|
||||||
load_libraries l_libs_start,end_l_libs
|
load_libraries l_libs_start,end_l_libs
|
||||||
@ -199,7 +198,9 @@ doit:
|
|||||||
cmp byte[ecx+1],'r'
|
cmp byte[ecx+1],'r'
|
||||||
je @f
|
je @f
|
||||||
cmp byte[ecx+1],'R'
|
cmp byte[ecx+1],'R'
|
||||||
jne not_rd
|
je @f
|
||||||
|
cmp byte[ecx],'/'
|
||||||
|
je not_rd
|
||||||
@@:
|
@@:
|
||||||
mov edx,rdError
|
mov edx,rdError
|
||||||
call print_err
|
call print_err
|
||||||
@ -334,6 +335,7 @@ stdcall _lstrlen,check_dir
|
|||||||
;--- Draw window ---------------------------------------------------
|
;--- Draw window ---------------------------------------------------
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
draw_window:
|
draw_window:
|
||||||
|
mcall 48,3,sc,sizeof.system_colors
|
||||||
mcall 12,1
|
mcall 12,1
|
||||||
|
|
||||||
mov edx,[sc.work]
|
mov edx,[sc.work]
|
||||||
|
Loading…
Reference in New Issue
Block a user