forked from KolibriOS/kolibrios
eyes: fix blinking
piano: add to rus IMG, make the code more flexible graph: big fonts git-svn-id: svn://kolibrios.org@7648 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -388,4 +388,12 @@ void rectangle( int x1, int y1, int x2, int y2)
|
||||
}
|
||||
|
||||
|
||||
Dword kos_GetSkinHeight()
|
||||
{
|
||||
__asm{
|
||||
mov eax, 48
|
||||
mov ebx, 4
|
||||
int 0x40
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user