VirtualBox

Changeset 51552 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jun 5, 2014 12:33:13 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94202
Message:

Main: removed obsolete GetFramebuffer, updateDisplayData methods.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/DisplayImpl.h

    r51551 r51552  
    193193    int notifyCroglResize(const PVBVAINFOVIEW pView, const PVBVAINFOSCREEN pScreen, void *pvVRAM);
    194194
    195     IFramebuffer *getFramebuffer()
    196     {
    197         return maFramebuffers[VBOX_VIDEO_PRIMARY_SCREEN].pFramebuffer;
    198     }
    199195    void getFramebufferDimensions(int32_t *px1, int32_t *py1, int32_t *px2, int32_t *py2);
    200196    int getScreenResolution(uint32_t cScreen, ULONG *pcx, ULONG *pcy,
     
    229225    STDMETHOD(QueryFramebuffer)(ULONG aScreenId,
    230226                                IFramebuffer **aFramebuffer);
    231     STDMETHOD(GetFramebuffer)(ULONG aScreenId, IFramebuffer **aFramebuffer, LONG *aXOrigin, LONG *aYOrigin);
    232227    STDMETHOD(SetVideoModeHint)(ULONG aDisplay, BOOL aEnabled, BOOL aChangeOrigin, LONG aOriginX, LONG aOriginY, ULONG aWidth, ULONG aHeight, ULONG aBitsPerPixel);
    233228    STDMETHOD(TakeScreenShot)(ULONG aScreenId, BYTE *address, ULONG width, ULONG height);
     
    250245    HRESULT querySourceBitmap(ULONG aScreenId,
    251246                              IDisplaySourceBitmap **ppDisplaySourceBitmap);
    252     int updateDisplayData(void);
    253247
    254248#ifdef VBOX_WITH_CRHGSMI
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette