table: try to fix mouse

git-svn-id: svn://kolibrios.org@2750 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
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();