Subversion Repositories Kolibri OS

Rev

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

Rev 9930 Rev 9932
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: 9930 $
9
$Revision: 9932 $
10
 
10
 
11
;==============================================================================
11
;==============================================================================
Line 2171... Line 2171...
2171
        cmp     esi, eax
2171
        cmp     esi, eax
2172
        ja      .exit.no_redraw
2172
        ja      .exit.no_redraw
Line 2173... Line 2173...
2173
 
2173
 
2174
        movzx   edx, word[esi]
2174
        movzx   edx, word[esi]
2175
        shl     edx, BSF sizeof.WDATA
2175
        shl     edx, BSF sizeof.WDATA
2176
        cmp     byte [SLOT_BASE + edx*(sizeof.APPDATA/sizeof.WDATA) - sizeof.APPDATA + APPDATA.state], TSTATE_FREE
2176
        test    byte [window_data + edx + WDATA.fl_wstate], WSTATE_USED
Line 2177... Line 2177...
2177
        je      .next_window
2177
        jz      .next_window
2178
 
2178
 
2179
        mov     eax, [edi + WDATA.box.top]
2179
        mov     eax, [edi + WDATA.box.top]