Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 839 → Rev 840

/kernel/branches/kolibri_pe/hid/mousedrv.inc
111,8 → 111,8
mov ecx, [Screen_Max_X]
inc ecx
mul ecx
 
movzx edx, byte [display_data+ebx+eax]
add eax, [_display_data]
movzx edx, byte [ebx+eax]
shl edx, 8
mov esi, [edx+SLOT_BASE+APPDATA.cursor]
 
292,7 → 292,7
inc ecx
imul ecx,ebx
add ecx,eax
add ecx, display_data
add ecx, [_display_data]
mov eax, [CURRENT_TASK]
movzx ebx, byte [ecx]
cmp eax,ebx