Subversion Repositories Kolibri OS

Rev

Rev 6039 | Rev 6050 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6039 Rev 6041
Line 717... Line 717...
717
:struct _screen
717
:struct _screen
718
{
718
{
719
	dword width,height;
719
	dword width,height;
720
} screen;
720
} screen;
Line 721... Line -...
721
 
-
 
722
:struct _skin
-
 
723
{
721
 
724
	dword width,height;
-
 
Line 725... Line 722...
725
} SKIN;
722
:byte skin_height;
726
 
723
 
727
:void DrawDate(dword x, y, color, in_date)
724
:void DrawDate(dword x, y, color, in_date)
728
{
725
{
Line 793... Line 790...
793
	self.dir = #__BUF_DIR__;
790
	self.dir = #__BUF_DIR__;
794
	self.file = 0;
791
	self.file = 0;
795
	self.path = I_Path;
792
	self.path = I_Path;
796
	__path_name__(#__BUF_DIR__,I_Path);
793
	__path_name__(#__BUF_DIR__,I_Path);
Line 797... Line 794...
797
	
794
	
798
	SKIN.height   = GetSkinHeight();
795
	skin_height   = GetSkinHeight();
799
	screen.width  = GetScreenWidth();
796
	screen.width  = GetScreenWidth();
Line 800... Line 797...
800
	screen.height = GetScreenHeight();
797
	screen.height = GetScreenHeight();
801
	
798