Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 136 → Rev 137

/kernel/trunk/kernel.asm
1407,6 → 1407,13
; edx length
; edi 1 force
 
mov edi,[0x3000]
shl edi,8
add ax,word[edi+0x80000+APPDATA.wnd_clientbox.top]
rol eax,16
add ax,word[edi+0x80000+APPDATA.wnd_clientbox.left]
rol eax,16
 
mov edx,eax
mov ecx,65
sub ecx,eax
1820,6 → 1827,14
shl ebx,16
mov bx, word [esi-twdw+WDATA.box.top]
sub eax,ebx
 
mov edi,[0x3000]
shl edi,8
sub ax,word[edi+0x80000+APPDATA.wnd_clientbox.top]
rol eax,16
sub ax,word[edi+0x80000+APPDATA.wnd_clientbox.left]
rol eax,16
 
mov [esp+36],eax
ret
nowr:
/kernel/trunk/makefile
1,4 → 1,4
FASM=./fasm
FASM=fasm
KSRC=kernel.asm
KOUT=kernel.mnt