VirtualBox

Ignore:
Timestamp:
Feb 25, 2008 4:27:22 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28377
Message:

g+

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp

    r7100 r7125  
    187187#ifdef VBOXSDL_WITH_X11
    188188static Cursor      gpDefaultOrigX11Cursor;
    189 static BOOL useEvdevKeymap = FALSE;
     189static BOOL        guseEvdevKeymap = FALSE;
    190190#endif
    191191static SDL_Cursor *gpCustomCursor = NULL;
     
    11651165        else if (strcmp(argv[curArg], "-evdevkeymap") == 0)
    11661166        {
    1167             useEvdevKeymap = TRUE;
     1167            guseEvdevKeymap = TRUE;
    11681168        }
    11691169#endif /* RT_OS_LINUX  */
     
    29442944        keycode -= 8;
    29452945    }
    2946     else if (keycode < 158 && useEvdevKeymap)
     2946    else if (keycode < 158 && guseEvdevKeymap)
    29472947    {
    29482948        // apply EVDEV conversion table
Note: See TracChangeset for help on using the changeset viewer.

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