Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2445 → Rev 2446

/kernel/trunk/hid/mousedrv.inc
110,9 → 110,11
push eax
push ebx
 
mov ecx, [Screen_Max_X]
inc ecx
mul ecx
; mov ecx, [Screen_Max_X]
; inc ecx
; mul ecx
mov eax, [d_width_calc_area + eax*4]
 
add eax, [_WinMapAddress]
movzx edx, byte [ebx+eax]
shl edx, 8