Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4084 → Rev 4083

/programs/system/icon_new/RButton.inc
159,15 → 159,34
 
;----------- ®¯à¥¤¥«ï¥¬ ¨ à¨á㥬 ª­®¯ª¨
mov ecx,[NumMenuButt]
xor eax,eax
.DrawUB:
push ecx
 
push eax
stdcall DrawRBLine,eax,0
pop eax
add eax,16
mov eax,[NumMenuButt]
sub eax,ecx
mov edx,eax ;button ID = ®â 0 ¤® NumMenuButt
or edx,60000000h
shl eax,4+16 ;*16*10000h
mov ecx,eax
mov cx,16
 
xor ebx,ebx
mov bx,[RMenuW]
mov esi,[sc.work]
mcall 8 ;®¯à¥¤¥«¨«¨
 
mov ebx,70000h
shr ecx,16
mov bx,cx
add bx,7
 
mov ecx,80000000h
 
mov eax,[NumMenuButt]
sub eax,[esp]
mov edx,[RBMenuCP+eax*8]
mcall 4 ;¯®¤¯¨á «¨
 
pop ecx
loop .DrawUB
;---------------
448,6 → 467,7
 
mcall
 
 
mov bx,[RMenuW] ;¯à ¢®
shl ebx,16
mov bx,[RMenuW]
464,6 → 484,10
 
mcall
 
 
 
 
 
mov eax,[y]
shr eax,4
mov edx,[RBMenuCP+eax*8]
480,6 → 504,8
mov ecx,[sc.work_text]
.L2:
 
 
 
or ecx,80000000h
 
mcall 4