Subversion Repositories Kolibri OS

Rev

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

Rev 3534 Rev 3536
Line 4... Line 4...
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 8... Line 8...
8
 
8
 
Line 9... Line 9...
9
$Revision: 3534 $
9
$Revision: 3536 $
10
 
10
 
11
;==============================================================================
11
;==============================================================================
Line 1025... Line 1025...
1025
        ; no it's not, just activate the window
1025
        ; no it's not, just activate the window
1026
        call    window._.window_activate
1026
        call    window._.window_activate
1027
        xor     eax, eax
1027
        xor     eax, eax
1028
        mov     byte[MOUSE_BACKGROUND], al
1028
        mov     byte[MOUSE_BACKGROUND], al
1029
        mov     byte[DONT_DRAW_MOUSE], al
1029
        mov     byte[DONT_DRAW_MOUSE], al
-
 
1030
        dec     eax
1030
;--------------------------------------
1031
;--------------------------------------
1031
align 4
1032
align 4
1032
.exit:
1033
.exit:
1033
        mov     byte[MOUSE_DOWN], 0
1034
        mov     byte[MOUSE_DOWN], 0
1034
        inc     eax
1035
        inc     eax