forked from KolibriOS/kolibrios
Fixed name SKIN.
git-svn-id: svn://kolibrios.org@5583 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
48efeaf1fc
commit
2a0abd0133
@ -841,7 +841,7 @@ inline fastcall dword GetStartTime()
|
|||||||
:struct _skin
|
:struct _skin
|
||||||
{
|
{
|
||||||
dword width,height;
|
dword width,height;
|
||||||
} skin;
|
} SKIN;
|
||||||
|
|
||||||
dword __generator; // random number generator - äëÿ ãåíåðàöèè ñëó÷àéíûõ ÷èñåë
|
dword __generator; // random number generator - äëÿ ãåíåðàöèè ñëó÷àéíûõ ÷èñåë
|
||||||
|
|
||||||
@ -850,7 +850,7 @@ dword __generator; // random number generator -
|
|||||||
//The initialization of the initial data before running
|
//The initialization of the initial data before running
|
||||||
void load_init_main()
|
void load_init_main()
|
||||||
{
|
{
|
||||||
skin.height = GetSkinHeight();
|
SKIN.height = GetSkinHeight();
|
||||||
|
|
||||||
screen.width = GetScreenWidth();
|
screen.width = GetScreenWidth();
|
||||||
screen.height = GetScreenHeight();
|
screen.height = GetScreenHeight();
|
||||||
|
Loading…
Reference in New Issue
Block a user