VirtualBox

Changeset 42278 in vbox


Ignore:
Timestamp:
Jul 20, 2012 3:15:38 PM (12 years ago)
Author:
vboxsync
Message:

build fix

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestDnDImpl.h

    r42261 r42278  
    1919
    2020/* Forward declaration of the d-pointer. */
    21 struct GuestDnDPrivate;
     21class GuestDnDPrivate;
    2222
    2323class GuestDnD
  • trunk/src/VBox/Main/src-client/GuestDnDImpl.cpp

    r42261 r42278  
    385385    ComPtr<IFramebuffer> pFramebuffer;
    386386    LONG xShift, yShift;
    387     rc = pDisplay->COMGETTER(Framebuffer)(uScreenId, pFramebuffer.asOutParam(), &xShift, &yShift);
     387    rc = pDisplay->GetFramebuffer(uScreenId, pFramebuffer.asOutParam(), &xShift, &yShift);
    388388    if (FAILED(rc)) throw rc;
    389389    *puX += xShift;
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