forked from KolibriOS/kolibrios
Effort to fix Pipes
git-svn-id: svn://kolibrios.org@2526 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5f344577c8
commit
ad3a539c49
@ -519,7 +519,11 @@ pusha
|
||||
mov eax,8
|
||||
movsx edx, byte [map]
|
||||
add edx,9 ;button-id = map-pos + 10;gen_image inkrements
|
||||
add edx,0x50000000 ;no button image - no esi need
|
||||
add edx,0x80000000 ;first delete previous button
|
||||
mcall
|
||||
movsx edx, byte [map]
|
||||
add edx,9 ;button-id = map-pos + 10;gen_image inkrements
|
||||
add edx,0x50000000 ;no button image - no esi need
|
||||
mcall
|
||||
pop edx
|
||||
push ebx
|
||||
|
Loading…
Reference in New Issue
Block a user