forked from KolibriOS/kolibrios
rforces: better window
git-svn-id: svn://kolibrios.org@7482 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e2e267f5c2
commit
b33c079d84
@ -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 нарисовать полосу
|
// функция 38 нарисовать полосу
|
||||||
void kos_DrawLine( Word x1, Word y1, Word x2, Word y2, Dword colour )
|
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 доступ к файловой системе
|
// функция 70 доступ к файловой системе
|
||||||
Dword kos_FileSystemAccess( kosFileInfo *fileInfo )
|
Dword kos_FileSystemAccess( kosFileInfo *fileInfo )
|
||||||
|
@ -205,6 +205,8 @@ void kos_DisplayNumberToWindowBg(
|
|||||||
eNumberBase nBase = nbDecimal,
|
eNumberBase nBase = nbDecimal,
|
||||||
bool valueIsPointer = false
|
bool valueIsPointer = false
|
||||||
);
|
);
|
||||||
|
// 48.4 get windows title bar height
|
||||||
|
Dword kos_GetSkinHeight();
|
||||||
// ôóíêöèÿ 58 äîñòóï ê ôàéëîâîé ñèñòåìå
|
// ôóíêöèÿ 58 äîñòóï ê ôàéëîâîé ñèñòåìå
|
||||||
Dword kos_FileSystemAccess( kosFileInfo *fileInfo );
|
Dword kos_FileSystemAccess( kosFileInfo *fileInfo );
|
||||||
// ôóíêöèÿ 63
|
// ôóíêöèÿ 63
|
||||||
|
Loading…
Reference in New Issue
Block a user