Subversion Repositories Kolibri OS

Rev

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

Rev 49 Rev 52
Line 85... Line 85...
85
        mov     edi,common_colours
85
        mov     edi,common_colours
86
        mov     ecx,[ebx+SKIN_PARAMS.dtp.size]
86
        mov     ecx,[ebx+SKIN_PARAMS.dtp.size]
87
        and     ecx,127
87
        and     ecx,127
88
        cld
88
        cld
89
        rep     movsb
89
        rep     movsb
90
        mov     eax,dword[ebx+SKIN_PARAMS.margin.left]
90
        mov     eax,dword[ebx+SKIN_PARAMS.margin.right]
91
        mov     dword[_skinmargins+0],eax
91
        mov     dword[_skinmargins+0],eax
92
        mov     eax,dword[ebx+SKIN_PARAMS.margin.top]
92
        mov     eax,dword[ebx+SKIN_PARAMS.margin.bottom]
93
        mov     dword[_skinmargins+4],eax
93
        mov     dword[_skinmargins+4],eax
Line 94... Line 94...
94
 
94
 
95
        mov     ebx,[ebp+SKIN_HEADER.bitmaps]
95
        mov     ebx,[ebp+SKIN_HEADER.bitmaps]
96
        add     ebx,skin_data
96
        add     ebx,skin_data