Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6041 → Rev 6040

/programs/cmm/lib/menu.h
File deleted
\ No newline at end of file
/programs/cmm/lib/kolibri.h
719,7 → 719,10
dword width,height;
} screen;
 
:byte skin_height;
:struct _skin
{
dword width,height;
} SKIN;
 
:void DrawDate(dword x, y, color, in_date)
{
792,7 → 795,7
self.path = I_Path;
__path_name__(#__BUF_DIR__,I_Path);
skin_height = GetSkinHeight();
SKIN.height = GetSkinHeight();
screen.width = GetScreenWidth();
screen.height = GetScreenHeight();
/programs/cmm/examples/menu.c
File deleted
/programs/cmm/examples/compile.bat
1,14 → 1,11
c-- example.c
c-- collections.c
c-- menu.c
 
@del @@example
@del @@collections
@del @@menu
 
@rename example.com @@example
@rename collections.com @@collections
@rename menu.com @@menu
 
@del warning.txt
@pause