VirtualBox

Changeset 10620 in vbox


Ignore:
Timestamp:
Jul 14, 2008 9:52:20 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33322
Message:

VBoxSDL: fixed SEGFAULT during shutdown

File:
1 edited

Legend:

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

    r10514 r10620  
    36063606        {
    36073607            if (ev->type == SDL_KEYUP)
    3608                 gaModifiersState[keycode] = 0;
     3608                gaModifiersState[keycode & ~0x100] = 0;
    36093609            else
    3610                 gaModifiersState[keycode] = 1;
     3610                gaModifiersState[keycode & ~0x100] = 1;
    36113611            break;
    36123612        }
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