Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1423 → Rev 1424

/kernel/trunk/gui/window.inc
1290,7 → 1290,11
add esp, -BOX.sizeof
 
mov ebx, esp
if WDATA.box
lea esi, [edi + WDATA.box]
else
mov esi, edi ; optimization for WDATA.box = 0
end if
xchg eax, esi
mov ecx, BOX.sizeof
call memmove
1297,7 → 1301,8
xchg eax, esi
xchg ebx, esi
call memmove
xchg ebx, esi
mov eax, ebx
mov ebx, esi
 
call window._.check_window_position
call window._.set_window_clientbox