Subversion Repositories Kolibri OS

Rev

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

Rev 8012 Rev 8115
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: 8012 $
9
$Revision: 8115 $
10
 
10
 
11
;==============================================================================
11
;==============================================================================
Line 1972... Line 1972...
1972
.set_window_redraw_flag:
1972
.set_window_redraw_flag:
1973
        mov     [window_data + ebx + WDATA.fl_redraw], 1
1973
        mov     [window_data + ebx + WDATA.fl_redraw], 1
1974
;--------------------------------------
1974
;--------------------------------------
1975
align 4
1975
align 4
1976
.move_others_down:
1976
.move_others_down:
1977
        ; ax <- process no
1977
        ; bx <- process no
1978
        movzx   ebx, word[esi]
1978
        movzx   ebx, word[esi]
1979
        ; ax <- position in window stack
1979
        ; bx <- position in window stack
1980
        movzx   ebx, word[WIN_STACK + ebx * 2]
1980
        movzx   ebx, word[WIN_STACK + ebx * 2]
Line 1981... Line 1981...
1981
 
1981
 
1982
        ; drop others
1982
        ; drop others
1983
        xor     eax, eax
1983
        xor     eax, eax