Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 387 → Rev 388

/kernel/branches/flat_kernel/gui/font.inc
10,8 → 10,8
; edi 1 force
 
pushad
 
call [disable_mouse]
 
mov ebp, ecx ; ebp=pointer to text
mov ecx, ebx ; ecx=color
movsx ebx, ax ; ebx=y
/kernel/branches/flat_kernel/gui/window.inc
516,7 → 516,7
 
repos_windows:
mov ecx,[TASK_COUNT]
mov edi,0x20*2
mov edi, OS_BASE+0x20*2
mov byte[REDRAW_BACKGROUND],1
dec ecx
jge @f
537,6 → 537,7
neg eax
mov [edi+WDATA.box.height],eax
.lp1:
 
call set_window_clientbox
add edi,0x20
loop @b