Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 372 → Rev 371

/programs/system/menu/trunk/build_en.bat
1,4 → 1,4
@erase lang.inc
@echo lang fix en >lang.inc
@fasm menu.asm @menu
@fasm menu.asm menu
@pause
/programs/system/menu/trunk/build_ru.bat
1,4 → 1,4
@erase lang.inc
@echo lang fix ru >lang.inc
@fasm menu.asm @menu
@fasm menu.asm menu
@pause
/programs/system/panel/trunk/@PANEL.ASM
439,6 → 439,10
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]
1843,24 → 1847,28
 
mov eax,13
mov ebx,[maxx]
sub ebx,60
sub ebx,60 ;;65
shl ebx,16
add ebx,8
mov ecx,5 shl 16
mov bx,8
push ebx
mov eax,13
mov ecx,5*65536
add ecx,[ysi]
mov edx,0xdd2222
mov edx,0xff0000 ;[sc.work_button]
int 0x40
pop ebx
pop eax
 
pop eax
mov ecx,5 shl 16
add ecx,eax
mov ecx,5*65536
mov cx,ax
mov eax,13
mov edx,0x44aa44
mov edx,0x44aa44 ;[sc.work_button]
int 0x40
 
popad
ret
 
 
; DATA
 
stripe:
1954,7 → 1962,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
 
/programs/build_all.bat
34,7 → 34,7
@fasm system\icon\trunk\icon.asm bin\icon
@fasm system\kbd\trunk\kbd.ASM bin\kbd
@fasm system\launcher\trunk\launcher.asm bin\launcher
@fasm system\menu\trunk\menu.asm bin\@menu
@fasm system\menu\trunk\menu.asm bin\menu
@fasm system\PANEL\trunk\@PANEL.ASM bin\@PANEL
@fasm system\pcidev\trunk\pcidev.asm bin\pcidev
@fasm system\RB\trunk\@RB.ASM bin\@RB