VirtualBox

Ignore:
Timestamp:
Sep 6, 2009 10:39:41 PM (15 years ago)
Author:
vboxsync
Message:

video hw accel: bugfixing for using ogl only when needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h

    r22797 r22798  
    939939    }
    940940
    941     size_t size() {return mSurfaces.size(); }
     941    size_t size() const {return mSurfaces.size(); }
    942942
    943943    void remove(VBoxVHWASurfaceBase *pSurf)
     
    998998    }
    999999
    1000     VBoxVHWASurfaceBase * getVGA()
     1000    VBoxVHWASurfaceBase * getVGA() const
    10011001    {
    10021002        return mSurfVGA;
     
    14851485    void vboxDoVHWACmdExec(void *cmd);
    14861486    void vboxShowOverlay(bool show);
    1487     bool vboxDoCheckUpdateViewport();
     1487    void vboxDoCheckUpdateViewport();
    14881488    void vboxDoVHWACmd(void *cmd);
    14891489    void vboxDoUpdateRect(const QRect * pRect);
    1490     void vboxUpdateOverlayPosition(const QPoint & pos);
    1491     void vboxUpdateOverlay(const QRect & rect, bool show);
     1490//    void vboxUpdateOverlayPosition(const QPoint & pos);
     1491    void vboxCheckUpdateOverlay(const QRect & rect);
    14921492    VBoxVHWACommandElement * processCmdList(VBoxVHWACommandElement * pCmd);
    14931493    VBoxGLWidget *mpOverlayWidget;
    14941494    bool mGlOn;
     1495    bool mOverlayWidgetVisible;
    14951496    bool mOverlayVisible;
    14961497    bool mGlCurrent;
    14971498    bool mProcessingCommands;
    1498     QRect mOverlayViewportCoords;
     1499    QRect mOverlayViewport;
    14991500    VBoxVHWADirtyRect mMainDirtyRect;
    15001501
Note: See TracChangeset for help on using the changeset viewer.

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