Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4796 → Rev 4795

/kernel/trunk/gui/window.inc
173,10 → 173,6
syscall_display_settings.02:
dec ebx
mov esi, ecx
cmp edx, 192
jnae @f
mov edx, 192 ; max size
@@:
and edx, 255
mov edi, common_colours
mov ecx, edx
187,10 → 183,6
align 4
syscall_display_settings.03:
mov edi, ecx
cmp edx, 192
jnae @f
mov edx, 192 ; max size
@@:
and edx, 255
mov esi, common_colours
mov ecx, edx