Subversion Repositories Kolibri OS

Rev

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

Rev 3069 Rev 3534
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 3069 $
8
$Revision: 3534 $
9
 
9
 
10
 
10
 
Line 529... Line 529...
529
        add     [MOUSE_SCROLL_H], ax
529
        add     [MOUSE_SCROLL_H], ax
Line 530... Line 530...
530
 
530
 
531
        mov     [mouse_active], 1
531
        mov     [mouse_active], 1
532
        mov     eax, [timer_ticks]
532
        mov     eax, [timer_ticks]
-
 
533
        mov     [mouse_timer_ticks], eax
533
        mov     [mouse_timer_ticks], eax
534
        call    wakeup_osloop
534
        ret
535
        ret
535
endp
536
endp
536
;-----------------------------------------------------------------------------
537
;-----------------------------------------------------------------------------
537
align 4
538
align 4