Subversion Repositories Kolibri OS

Rev

Rev 8869 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8869 Rev 9926
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 8869 $
8
$Revision: 9926 $
Line 9... Line 9...
9
 
9
 
Line 95... Line 95...
95
        mov     ebp, [skin_data]
95
        mov     ebp, [skin_data]
96
        cmp     [ebp+SKIN_HEADER.ident], 'SKIN'
96
        cmp     [ebp+SKIN_HEADER.ident], 'SKIN'
97
        jne     .exit
97
        jne     .exit
Line 98... Line 98...
98
 
98
 
99
        mov     edi, skin_udata
99
        mov     edi, skin_udata
100
        mov     ecx, (skin_udata.end-skin_udata)/4
100
        mov     ecx, (skin_udata.size)/4
101
        xor     eax, eax
101
        xor     eax, eax
102
        cld
102
        cld
103
        rep stosd
103
        rep stosd
104
        mov     ebx, [ebp+SKIN_HEADER.params]
104
        mov     ebx, [ebp+SKIN_HEADER.params]