forked from KolibriOS/kolibrios
table: try to fix mouse
git-svn-id: svn://kolibrios.org@2750 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1423,7 +1423,7 @@ void kos_Main()
|
||||
|
||||
for (;;)
|
||||
{
|
||||
switch (kos_WaitForEvent(10))
|
||||
switch (kos_WaitForEventTimeout(10))
|
||||
{
|
||||
case 0:
|
||||
process_mouse();
|
||||
|
||||
Reference in New Issue
Block a user