Subversion Repositories Kolibri OS

Rev

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

Rev 3555 Rev 3589
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: 3555 $
9
$Revision: 3589 $
10
 
10
 
11
;==============================================================================
11
;==============================================================================
Line 1022... Line 1022...
1022
align 4
1022
align 4
1023
.do_not_draw:
1023
.do_not_draw:
1024
        ; no it's not, just activate the window
1024
        ; no it's not, just activate the window
1025
        call    window._.window_activate
1025
        call    window._.window_activate
1026
        xor     eax, eax
1026
        xor     eax, eax
-
 
1027
        ret
-
 
1028
 
1027
;--------------------------------------
1029
;--------------------------------------
1028
align 4
1030
align 4
1029
.exit:
1031
.exit:
1030
        inc     eax
1032
        inc     eax
1031
        ret
1033
        ret