Subversion Repositories Kolibri OS

Rev

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

Rev 1526 Rev 1540
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: 1526 $
9
$Revision: 1540 $
10
 
10
 
11
;==============================================================================
11
;==============================================================================
Line 390... Line 390...
390
;------------------------------------------------------------------------------
390
;------------------------------------------------------------------------------
391
set_window_defaults: ;/////////////////////////////////////////////////////////
391
set_window_defaults: ;/////////////////////////////////////////////////////////
392
;------------------------------------------------------------------------------
392
;------------------------------------------------------------------------------
393
;? 
393
;? 
394
;------------------------------------------------------------------------------
394
;------------------------------------------------------------------------------
-
 
395
        mov     byte [window_data + 0x20 + WDATA.cl_titlebar + 3], 1 ; desktop is not movable
395
        push    eax ecx
396
        push    eax ecx
396
        xor     eax, eax
397
        xor     eax, eax
397
        mov     ecx, WIN_STACK
398
        mov     ecx, WIN_STACK
398
    @@: inc     eax
399
    @@: inc     eax
399
        add     ecx, 2
400
        add     ecx, 2