Subversion Repositories Kolibri OS

Rev

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

Rev 2448 Rev 2450
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 2448 $
8
$Revision: 2450 $
9
 
9
 
10
 
10
 
Line 413... Line 413...
413
        pushad
413
        pushad
414
        movzx   ecx, word [X_UNDER]
414
        movzx   ecx, word [X_UNDER]
415
        movzx   edx, word [Y_UNDER]
415
        movzx   edx, word [Y_UNDER]
416
        movzx   ebx, word [MOUSE_Y]
416
        movzx   ebx, word [MOUSE_Y]
417
        movzx   eax, word [MOUSE_X]
417
        movzx   eax, word [MOUSE_X]
-
 
418
        cmp     [redrawmouse_unconditional], 0
-
 
419
        je      @f
-
 
420
        mov     [redrawmouse_unconditional], 0
-
 
421
        jmp     redrawmouse
-
 
422
;--------------------------------------
-
 
423
align 4
-
 
424
@@:
418
        cmp     eax, ecx
425
        cmp     eax, ecx
419
        jne     redrawmouse
426
        jne     redrawmouse
420
        cmp     ebx, edx
427
        cmp     ebx, edx
421
        je      nodmp
428
        je      nodmp
422
;--------------------------------------
429
;--------------------------------------