Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 6636 → Rev 6637

/programs/cmm/eolite/include/left_panel.h
135,7 → 135,7
{
strcpy(#dev_name, list.get(i));
GetDiskIconAndName(dev_name[1], #dev_icon, #disc_name);
if (strstr(#path, #dev_name)) is_active=true; else is_active=false;
if (strstr(#path, #dev_name)-#path==0) is_active=true; else is_active=false;
if (two_panels)
{
name_len = strlen(#dev_name)-1*8;
/programs/cmm/experimental/ttf_performance/compile.bat
File deleted
\ No newline at end of file
/programs/cmm/experimental/ttf_performance/ttf_performance.c
File deleted
/programs/cmm/experimental/ttf_performance
Property changes:
Deleted: tsvn:logminsize
-5
\ No newline at end of property
/programs/cmm/lib/obj/truetype.h
File deleted
\ No newline at end of file
/programs/media/zsea/zSea.asm
208,15 → 208,15
; òåïåðü â ecx íîìåð ïðîöåññà
; mov [process],ecx
;---------------------------------------------------------------------
cmp [wnd_width],635
cmp [wnd_width],778
jae @f
mov [wnd_width],635
mov [wnd_width],778
@@:
mcall 48, 5 ; GetClientTop, fix for case when @patel in the top
shr ebx, 16
mov ecx,ebx
shl ecx,16
add ecx,150 ; [y start] *65536 + [y size]
add ecx,523 ; [y start] *65536 + [y size]
cmp [wnd_height],ecx
jae @f
mov [wnd_height],ecx