Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1361 → Rev 1362

/kernel/trunk/gui/skincode.inc
311,7 → 311,6
; shr esi,1
; and esi,0x007f7f7f
mov esi,[ebp+SKIN_DATA.colors.outer]
or [edi+WDATA.fl_wdrawn], 4
call draw_rectangle
mov ecx,3
_dw3l:
455,12 → 454,6
 
no_skin_add_button:
pop edi
and [edi+WDATA.fl_wdrawn], not 4
test [edi+WDATA.fl_wdrawn], 2
jz @f
call drawwindowframes2
@@:
 
popa
 
ret 4