VirtualBox

Ignore:
Timestamp:
May 21, 2008 9:49:07 PM (17 years ago)
Author:
vboxsync
Message:

X11 only

File:
1 edited

Legend:

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

    r9044 r9045  
    24892489                            if (!(mMouseAbsolute && mMouseIntegration))
    24902490                            {
     2491#ifdef Q_WS_X11
    24912492                                /* make sure that pending FocusOut events from the
    24922493                                 * previous message box are handled, otherwise the
    24932494                                 * mouse is immediately ungrabbed. */
    24942495                                qApp->processEvents();
     2496#endif
    24952497                                captureMouse (mKbdCaptured);
    24962498                            }
     
    28402842                    if (ok)
    28412843                    {
     2844#ifdef Q_WS_X11
    28422845                        /* make sure that pending FocusOut events from the
    28432846                         * previous message box are handled, otherwise the
    28442847                         * mouse is immediately ungrabbed again */
    28452848                        qApp->processEvents();
     2849#endif
    28462850                        captureKbd (true);
    28472851                        captureMouse (true);
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