Subversion Repositories Kolibri OS

Rev

Rev 233 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 233 Rev 254
Line 428... Line 428...
428
           popfd
428
           popfd
429
 
429
 
Line 430... Line 430...
430
           mov [cursor_start],ebx
430
           mov [cursor_start],ebx
431
           sub ebx, cursor_map
431
           sub ebx, cursor_map
432
           shl ebx, 3
-
 
433
           add eax,ebx
432
           lea eax,[eax+ebx*8]
Line 434... Line 433...
434
 
433
 
435
           shl eax,14
434
           shl eax,14
436
           add eax, LFBAddress+CURSOR_IMAGE_OFFSET
435
           add eax, LFBAddress+CURSOR_IMAGE_OFFSET
437
           ret
436
           ret