Subversion Repositories Kolibri OS

Rev

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

Rev 52 Rev 54
Line 314... Line 314...
314
 
314
 
315
     cmp  eax,2       ; set common window colours
315
     cmp  eax,2       ; set common window colours
316
     jne  no_com_colours
316
     jne  no_com_colours
317
     mov  [windowtypechanged],dword 1
317
     mov  [windowtypechanged],dword 1
318
     mov  esi,[0x3010]
318
     mov  esi,[0x3010]
-
 
319
     add  esi,0x10
-
 
320
     add  ebx,[esi]
319
     add  esi,[esi+0x10]
321
     mov  esi,ebx
320
     mov  edi,common_colours
322
     mov  edi,common_colours
321
     and  ecx,127
323
     and  ecx,127
322
     cld
324
     cld
323
     rep  movsb
325
     rep  movsb