table: try to fix mouse

git-svn-id: svn://kolibrios.org@2750 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2012-06-06 21:39:30 +00:00
parent 8fafe341ec
commit 7b4fd78413
3 changed files with 3 additions and 3 deletions

View File

@ -1423,7 +1423,7 @@ void kos_Main()
for (;;)
{
switch (kos_WaitForEvent(10))
switch (kos_WaitForEventTimeout(10))
{
case 0:
process_mouse();

View File

@ -695,7 +695,7 @@ bool kos_GetButtonID( Dword &buttonID )
// ôóíêöèÿ 23
Dword kos_WaitForEvent( Dword timeOut )
Dword kos_WaitForEventTimeout( Dword timeOut )
{
// Dword result;

View File

@ -178,7 +178,7 @@ void __declspec(noinline) kos_DrawBar( Word x, Word y, Word sizeX, Word sizeY, D
// ôóíêöèÿ 17
bool kos_GetButtonID( Dword &buttonID );
// ôóíêöèÿ 23
Dword kos_WaitForEvent( Dword timeOut );
Dword kos_WaitForEventTimeout( Dword timeOut );
//
enum eNumberBase
{