forked from KolibriOS/kolibrios
cpu: delete terminate process button before create a new one
git-svn-id: svn://kolibrios.org@7354 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
0cb6ab49c0
commit
5806de0984
@ -273,6 +273,9 @@ draw_next_process:
|
|||||||
jz @f
|
jz @f
|
||||||
mov esi,0xaabbcc
|
mov esi,0xaabbcc
|
||||||
@@:
|
@@:
|
||||||
|
add edx,0x80000000 ; delete a button
|
||||||
|
mcall 8 ; before create
|
||||||
|
sub edx,0x80000000 ; a new one below
|
||||||
mcall 8,<10,99>
|
mcall 8,<10,99>
|
||||||
mov [btn_bacground_color],esi
|
mov [btn_bacground_color],esi
|
||||||
;draw background for proccess information
|
;draw background for proccess information
|
||||||
|
Loading…
Reference in New Issue
Block a user