Changeset 3576 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h
- Timestamp:
- Jul 12, 2007 10:24:41 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h
r3571 r3576 231 231 STDMETHOD(CopyScreenBits) (ULONG aXDst, ULONG aYDst, ULONG aXSrc, ULONG aYSrc, 232 232 ULONG aWidth, ULONG aHeight, BOOL *aHandled); 233 STDMETHOD(GetVisibleRegion)(ULONG * aPcRect, BYTE * aPRect); 234 STDMETHOD(SetVisibleRegion)(ULONG aCRect, BYTE * aPRect); 233 234 STDMETHOD(GetVisibleRegion)(BYTE *aRectangles, ULONG aCount, ULONG *aCountCopied); 235 STDMETHOD(SetVisibleRegion)(BYTE *aRectangles, ULONG aCount); 235 236 236 237 // Helper functions
Note:
See TracChangeset
for help on using the changeset viewer.