Changeset 19798 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 18, 2009 3:50:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/FramebufferImpl.h
r19239 r19798 69 69 ULONG bpp, ULONG bpl, ULONG w, ULONG h, 70 70 BOOL *finished); 71 STDMETHOD(OperationSupported)(FramebufferAccelerationOperation_T operation,72 BOOL *supported);73 71 STDMETHOD(VideoModeSupported)(ULONG width, ULONG height, ULONG bpp, BOOL *supported); 74 STDMETHOD(SolidFill)(ULONG x, ULONG y, ULONG width, ULONG height,75 ULONG color, BOOL *handled);76 STDMETHOD(CopyScreenBits)(ULONG xDst, ULONG yDst, ULONG xSrc, ULONG ySrc,77 ULONG width, ULONG height, BOOL *handled);78 72 79 73 STDMETHOD(GetVisibleRegion)(BYTE *aRectangles, ULONG aCount, ULONG *aCountCopied);
Note:
See TracChangeset
for help on using the changeset viewer.