Changeset 22798 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h
- Timestamp:
- Sep 6, 2009 10:39:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h
r22797 r22798 939 939 } 940 940 941 size_t size() {return mSurfaces.size(); }941 size_t size() const {return mSurfaces.size(); } 942 942 943 943 void remove(VBoxVHWASurfaceBase *pSurf) … … 998 998 } 999 999 1000 VBoxVHWASurfaceBase * getVGA() 1000 VBoxVHWASurfaceBase * getVGA() const 1001 1001 { 1002 1002 return mSurfVGA; … … 1485 1485 void vboxDoVHWACmdExec(void *cmd); 1486 1486 void vboxShowOverlay(bool show); 1487 boolvboxDoCheckUpdateViewport();1487 void vboxDoCheckUpdateViewport(); 1488 1488 void vboxDoVHWACmd(void *cmd); 1489 1489 void vboxDoUpdateRect(const QRect * pRect); 1490 void vboxUpdateOverlayPosition(const QPoint & pos);1491 void vbox UpdateOverlay(const QRect & rect, bool show);1490 // void vboxUpdateOverlayPosition(const QPoint & pos); 1491 void vboxCheckUpdateOverlay(const QRect & rect); 1492 1492 VBoxVHWACommandElement * processCmdList(VBoxVHWACommandElement * pCmd); 1493 1493 VBoxGLWidget *mpOverlayWidget; 1494 1494 bool mGlOn; 1495 bool mOverlayWidgetVisible; 1495 1496 bool mOverlayVisible; 1496 1497 bool mGlCurrent; 1497 1498 bool mProcessingCommands; 1498 QRect mOverlayViewport Coords;1499 QRect mOverlayViewport; 1499 1500 VBoxVHWADirtyRect mMainDirtyRect; 1500 1501
Note:
See TracChangeset
for help on using the changeset viewer.