Changeset 42278 in vbox
- Timestamp:
- Jul 20, 2012 3:15:38 PM (12 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
-
include/GuestDnDImpl.h (modified) (1 diff)
-
src-client/GuestDnDImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestDnDImpl.h
r42261 r42278 19 19 20 20 /* Forward declaration of the d-pointer. */ 21 structGuestDnDPrivate;21 class GuestDnDPrivate; 22 22 23 23 class GuestDnD -
trunk/src/VBox/Main/src-client/GuestDnDImpl.cpp
r42261 r42278 385 385 ComPtr<IFramebuffer> pFramebuffer; 386 386 LONG xShift, yShift; 387 rc = pDisplay-> COMGETTER(Framebuffer)(uScreenId, pFramebuffer.asOutParam(), &xShift, &yShift);387 rc = pDisplay->GetFramebuffer(uScreenId, pFramebuffer.asOutParam(), &xShift, &yShift); 388 388 if (FAILED(rc)) throw rc; 389 389 *puX += xShift;
Note:
See TracChangeset
for help on using the changeset viewer.

