VirtualBox

Changeset 48520 in vbox for trunk


Ignore:
Timestamp:
Sep 18, 2013 2:36:07 PM (11 years ago)
Author:
vboxsync
Message:

OS X host: adjust timer (300->100ms) when restoring keyboard leds state.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp

    r48519 r48520  
    10341034                     * set current lock states to guest values we have,
    10351035                     * As we have no ipc between threads of different VMs
    1036                      * we are using 300ms timer as lazy sync timout: */
    1037                     QTimer::singleShot(300, this, SLOT(sltSwitchKeyboardLedsToGuestLeds()));
     1036                     * we are using 100ms timer as lazy sync timout: */
     1037                    QTimer::singleShot(100, this, SLOT(sltSwitchKeyboardLedsToGuestLeds()));
    10381038                    break;
    10391039                }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette