Notify: move GetClientTop() function to main library

git-svn-id: svn://kolibrios.org@5422 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2015-02-18 19:54:52 +00:00
parent 7a9fbb1b26
commit 26dd723140

View File

@ -51,15 +51,6 @@ void Text()
WriteBufText(TEXT_X, TEXT_Y, 0x88, 0xFFFfff, #param, shadow_buf_32);
}
inline fastcall int GetClientTop()
{
$mov eax, 48
$mov ebx, 5
$int 0x40
$mov eax, ebx
$shr eax, 16
}
void from24to32(ESI, EDI, EAX, EBX) //src,dst,w,h
{
conv24to32: