Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 318 → Rev 317

/programs/system/menu/trunk/menu.asm
469,14 → 469,10
add ecx, BTN_HEIGHT-1
; edx = button identifier
mov esi, [sc.work]
cmp esi, 0xdfdfdf
jb nocorrect
sub esi, 0x1b1b1b
nocorrect:
inc dl
cmp [edi + cur_sel], dl
jne .nohighlight
add esi, 0x1a1a1a
add esi, 0x101010
.nohighlight:
or edx, 0x20000000
int 0x40