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:
2019-05-10 17:36:11 +00:00
parent 5486248fed
commit b831f200eb
8 changed files with 113 additions and 137 deletions

View File

@@ -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
}
}