rforces: better window

git-svn-id: svn://kolibrios.org@7482 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2018-10-18 22:23:13 +00:00
parent e2e267f5c2
commit b33c079d84
2 changed files with 11 additions and 10 deletions

View File

@ -772,16 +772,6 @@ void kos_DeleteMouseCursor( Dword * handle )
}
}
// 48.4 get windows title bar height
Dword kos_GetSkinHeight( Dword * handle )
{
__asm{
mov eax, 48
mov ebx, 4
int 0x40
}
}
// функция 38 нарисовать полосу
void kos_DrawLine( Word x1, Word y1, Word x2, Word y2, Dword colour )
{
@ -874,6 +864,15 @@ void kos_DisplayNumberToWindowBg(
}
}
// 48.4 get windows title bar height
Dword kos_GetSkinHeight()
{
__asm{
mov eax, 48
mov ebx, 4
int 0x40
}
}
// функция 70 доступ к файловой системе
Dword kos_FileSystemAccess( kosFileInfo *fileInfo )

View File

@ -205,6 +205,8 @@ void kos_DisplayNumberToWindowBg(
eNumberBase nBase = nbDecimal,
bool valueIsPointer = false
);
// 48.4 get windows title bar height
Dword kos_GetSkinHeight();
// ôóíêöèÿ 58 äîñòóï ê ôàéëîâîé ñèñòåìå
Dword kos_FileSystemAccess( kosFileInfo *fileInfo );
// ôóíêöèÿ 63