1. faster GUI: calculatescreen

2. fixed sysfunc 1 - put pixel which was completely broken

git-svn-id: svn://kolibrios.org@112 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Ivan Poddubny
2006-08-01 14:09:42 +00:00
parent fca11d7700
commit 849b393cad
4 changed files with 133 additions and 56 deletions

View File

@@ -4667,9 +4667,9 @@ syscall_setpixel: ; SetPixel
mov edx,[0x3010]
add eax,[edx-twdw]
add ebx,[edx-twdw+4]
; xor edi,edi ; no force
mov edi,1
; call [disable_mouse]
xor edi,edi ; no force
;mov edi,1
call [disable_mouse]
jmp [putpixel]
align 4