Changeset 51552 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 5, 2014 12:33:13 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94202
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r51551 r51552 193 193 int notifyCroglResize(const PVBVAINFOVIEW pView, const PVBVAINFOSCREEN pScreen, void *pvVRAM); 194 194 195 IFramebuffer *getFramebuffer()196 {197 return maFramebuffers[VBOX_VIDEO_PRIMARY_SCREEN].pFramebuffer;198 }199 195 void getFramebufferDimensions(int32_t *px1, int32_t *py1, int32_t *px2, int32_t *py2); 200 196 int getScreenResolution(uint32_t cScreen, ULONG *pcx, ULONG *pcy, … … 229 225 STDMETHOD(QueryFramebuffer)(ULONG aScreenId, 230 226 IFramebuffer **aFramebuffer); 231 STDMETHOD(GetFramebuffer)(ULONG aScreenId, IFramebuffer **aFramebuffer, LONG *aXOrigin, LONG *aYOrigin);232 227 STDMETHOD(SetVideoModeHint)(ULONG aDisplay, BOOL aEnabled, BOOL aChangeOrigin, LONG aOriginX, LONG aOriginY, ULONG aWidth, ULONG aHeight, ULONG aBitsPerPixel); 233 228 STDMETHOD(TakeScreenShot)(ULONG aScreenId, BYTE *address, ULONG width, ULONG height); … … 250 245 HRESULT querySourceBitmap(ULONG aScreenId, 251 246 IDisplaySourceBitmap **ppDisplaySourceBitmap); 252 int updateDisplayData(void);253 247 254 248 #ifdef VBOX_WITH_CRHGSMI
Note:
See TracChangeset
for help on using the changeset viewer.