Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 318 → Rev 372

/programs/system/panel/trunk/@PANEL.ASM
439,10 → 439,6
cmp dword[0x8000+46],51
je norpl
.noicon:
cmp [0x8000+11],dword 'ENU '
je norpl
; cmp [0x8000+12],dword 'NEL '
; je norpl
cmp [0x8000+10],dword ' '
je norpl
dec [draw_start_position]
1847,28 → 1843,24
 
mov eax,13
mov ebx,[maxx]
sub ebx,60 ;;65
sub ebx,60
shl ebx,16
mov bx,8
push ebx
mov eax,13
mov ecx,5*65536
add ebx,8
mov ecx,5 shl 16
add ecx,[ysi]
mov edx,0xff0000 ;[sc.work_button]
mov edx,0xdd2222
int 0x40
pop ebx
 
pop eax
 
mov ecx,5*65536
mov cx,ax
mov ecx,5 shl 16
add ecx,eax
mov eax,13
mov edx,0x44aa44 ;[sc.work_button]
mov edx,0x44aa44
int 0x40
 
popad
ret
 
 
; DATA
 
stripe:
1962,7 → 1954,7
.name dd ?
 
end_name db '/RD/1/END',0
menu_name db '/RD/1/MENU',0
menu_name db '/RD/1/@MENU',0
calendar_name db '/RD/1/CALENDAR',0
sysmeter_name db '/RD/1/GMON',0