Subversion Repositories Kolibri OS

Rev

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

Rev 5870 Rev 6585
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2010-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2010-2015. 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: 5870 $
8
$Revision: 6585 $
Line 9... Line 9...
9
 
9
 
10
include 'mousepointer.inc'
10
include 'mousepointer.inc'
Line 57... Line 57...
57
        jnz     .check_buttons_released
57
        jnz     .check_buttons_released
Line 58... Line 58...
58
 
58
 
59
        ; yes it is, activate window user is pointing at, if needed
59
        ; yes it is, activate window user is pointing at, if needed
Line 60... Line -...
60
        call    mouse._.activate_sys_window_under_cursor
-
 
61
 
-
 
62
; NOTE: this code wouldn't be necessary if we knew
-
 
63
; that window did already redraw itself after call above
-
 
64
        or      eax, eax
-
 
65
        jnz     .exit
60
        call    mouse._.activate_sys_window_under_cursor
66
 
61
 
67
        ; is there any system button under cursor?
62
        ; is there any system button under cursor?
68
        call    mouse._.find_sys_button_under_cursor
63
        call    mouse._.find_sys_button_under_cursor