Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1299 → Rev 1300

/kernel/trunk/gui/button.inc
372,7 → 372,7
push edx
push edi
 
call [disable_mouse]
call [_display.disable_mouse]
 
bdbnewline:
mov edi,1 ; force
389,7 → 389,6
 
bneg:
 
;;;call [disable_mouse]
call [putpixel]
 
nbneg:
/kernel/trunk/gui/font.inc
33,7 → 33,7
.1:
; } \\ Alver \\
pushad
call [disable_mouse]
call [_display.disable_mouse]
 
movsx eax, bx ; eax=y
sar ebx, 16 ; ebx=x
/kernel/trunk/gui/window.inc
184,7 → 184,7
inc edi
imul edi, ebx
add edi, eax
add edi, WinMapAddress
add edi, [_WinMapAddress]
 
.new_y:
push ecx ; sx
245,7 → 245,7
inc eax
imul eax, ebx
add eax, [esp]
add eax, WinMapAddress
add eax, [_WinMapAddress]
mov ebp, eax
 
mov edi, [edi+APPDATA.wnd_shape]