VirtualBox

Changeset 34395 in vbox


Ignore:
Timestamp:
Nov 26, 2010 2:33:47 PM (14 years ago)
Author:
vboxsync
Message:

burn fix

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/KeyboardImpl.cpp

    r34393 r34395  
    219219    com::SafeArray<LONG> keysSent(sent);
    220220    memcpy(keysSent.raw(), keys.raw(), sent*sizeof(LONG));
    221     fireGuestKeyboardEvent(mEventSource, ComSafeArrayAsInParam(keys));
     221
     222    VBoxEventDesc evDesc;
     223    evDesc.init(mEventSource, VBoxEventType_OnGuestKeyboard, ComSafeArrayAsInParam(keys));
     224    evDesc.fire(0);
    222225
    223226    if (RT_FAILURE(vrc))
  • trunk/src/VBox/Main/MouseImpl.cpp

    r34393 r34395  
    2323
    2424#include "AutoCaller.h"
    25 #include "VBoxEvents.h"
    2625#include "Logging.h"
    2726
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