VirtualBox

Changeset 34396 in vbox


Ignore:
Timestamp:
Nov 26, 2010 2:36:14 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68166
Message:

one more

File:
1 edited

Legend:

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

    r34395 r34396  
    2121#include "AutoCaller.h"
    2222#include "Logging.h"
    23 #include "VBoxEvents.h"
    2423
    2524#include <VBox/com/array.h>
     
    220219    memcpy(keysSent.raw(), keys.raw(), sent*sizeof(LONG));
    221220
    222     VBoxEventDesc evDesc; 
    223     evDesc.init(mEventSource, VBoxEventType_OnGuestKeyboard, ComSafeArrayAsInParam(keys)); 
    224     evDesc.fire(0); 
     221    VBoxEventDesc evDesc;
     222    evDesc.init(mEventSource, VBoxEventType_OnGuestKeyboard, ComSafeArrayAsInParam(keys));
     223    evDesc.fire(0);
    225224
    226225    if (RT_FAILURE(vrc))
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