Changeset 23548 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Oct 5, 2009 10:22:25 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53192
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxFBOverlay.h
r23346 r23548 1049 1049 bool vboxIsInitialized() {return mDisplay.getVGA() != NULL; } 1050 1050 1051 void vboxDoResize(void *re); 1052 1051 1053 // void vboxPaintEvent (QPaintEvent *pe) {vboxPerformGLOp(&VBoxGLWidget::vboxDoPaint, pe); } 1052 1054 void vboxResizeEvent (class VBoxResizeEvent *re) {vboxPerformGLOp(&VBoxGLWidget::vboxDoResize, re); } 1053 1055 1054 1056 void vboxProcessVHWACommands(class VBoxVHWACommandElementProcessor * pPipe) {vboxPerformGLOp(&VBoxGLWidget::vboxDoProcessVHWACommands, pPipe);} 1055 #ifdef VBOX_WITH_VIDEOHWACCEL 1056 void vboxVHWACmd (struct _VBOXVHWACMD * pCmd) {vboxPerformGLOp(&VBoxGLWidget::vboxDoVHWACmd, pCmd);} 1057 #endif 1057 1058 1058 class VBoxVHWAGlProgramMngr * vboxVHWAGetGlProgramMngr() { return mpMngr; } 1059 1059 … … 1096 1096 static void setupMatricies(const QSize &display); 1097 1097 static void adjustViewport(const QSize &display, const QRect &viewport); 1098 void vboxDoResize(void *re);1099 1098 // void vboxDoPaint(void *rec); 1100 1099
Note:
See TracChangeset
for help on using the changeset viewer.