VirtualBox

Changeset 85327 in vbox


Ignore:
Timestamp:
Jul 14, 2020 9:50:10 AM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: Pass kCGEventTapOptionDefault instead of zero to CGEventTapCreate (same integer value, just correctly typed). bugref:9790

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.cpp

    r85326 r85327  
    19331933    }
    19341934
    1935     pTapRef = CGEventTapCreate(kCGSessionEventTap, kCGTailAppendEventTap, 0, fMask, darwinCarbonCallback, (void *)pHidState);
     1935    pTapRef = CGEventTapCreate(kCGSessionEventTap, kCGTailAppendEventTap, kCGEventTapOptionDefault, fMask,
     1936                               darwinCarbonCallback, (void *)pHidState);
    19361937    if (pTapRef)
    19371938    {
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