Subversion Repositories Kolibri OS

Rev

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

Rev 8599 Rev 8712
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: 8599 $
9
$Revision: 8712 $
10
 
10
 
11
;==============================================================================
11
;==============================================================================
Line 127... Line 127...
127
        mov     esi, ecx
127
        mov     esi, ecx
128
        cmp     edx, 192
128
        cmp     edx, 192
129
        jnae    @f
129
        jnae    @f
130
        mov     edx, 192 ; max size
130
        mov     edx, 192 ; max size
131
@@:
131
@@:
-
 
132
        stdcall is_region_userspace, esi, edx    ;
-
 
133
        jnz     @f                               ;
-
 
134
        ret                                      ;
-
 
135
@@:
132
        mov     edi, common_colours
136
        mov     edi, common_colours
133
        mov     ecx, edx
137
        mov     ecx, edx
134
        rep movsb
138
        rep movsb
135
        mov     [windowtypechanged], ebx
139
        mov     [windowtypechanged], ebx
136
        ret
140
        ret