Changeset 19817 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 19, 2009 12:16:28 PM (16 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r19239 r19817 232 232 233 233 // IDisplay methods 234 STDMETHOD(SetupInternalFramebuffer)(ULONG depth);235 STDMETHOD(LockFramebuffer)(BYTE **address);236 STDMETHOD(UnlockFramebuffer)();237 STDMETHOD(RegisterExternalFramebuffer)(IFramebuffer *frameBuf);238 234 STDMETHOD(SetFramebuffer)(ULONG aScreenId, IFramebuffer *aFramebuffer); 239 235 STDMETHOD(GetFramebuffer)(ULONG aScreenId, IFramebuffer **aFramebuffer, LONG *aXOrigin, LONG *aYOrigin); … … 256 252 257 253 static DECLCALLBACK(int) changeFramebuffer (Display *that, IFramebuffer *aFB, 258 bool aInternal,unsigned uScreenId);254 unsigned uScreenId); 259 255 260 256 static DECLCALLBACK(void*) drvQueryInterface(PPDMIBASE pInterface, PDMINTERFACE enmInterface); … … 277 273 /** Set after the first attempt to find the VMM Device. */ 278 274 bool mfVMMDevInited; 279 bool mInternalFramebuffer;280 275 281 276 unsigned mcMonitors; … … 283 278 284 279 bool mFramebufferOpened; 285 /** bitmask of acceleration operations supported by current framebuffer */286 ULONG mSupportedAccelOps;287 RTSEMEVENTMULTI mUpdateSem;288 280 289 281 /* arguments of the last handleDisplayResize() call */
Note:
See TracChangeset
for help on using the changeset viewer.