Changeset 23657 in vbox
- Timestamp:
- Oct 9, 2009 5:21:16 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53370
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxFBOverlay.h
r23646 r23657 91 91 92 92 #define VBOXQGLLOG_METHODTIME(_m) VBoxVHWADbgTimeCounter _dbgTimeCounter(_m) 93 94 #define VBOXQG_CHECKCONTEXT() \ 95 { \ 96 const GLubyte * str; \ 97 VBOXQGL_CHECKERR( \ 98 str = glGetString(GL_VERSION); \ 99 ); \ 100 Assert(str); \ 101 if(str) \ 102 { \ 103 Assert(str[0]); \ 104 } \ 105 } 93 106 #else 94 107 #define VBOXQGLLOG_METHODTIME(_m) 108 #define VBOXQG_CHECKCONTEXT() do{}while(0) 95 109 #endif 96 110 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
r23646 r23657 5573 5573 5574 5574 vboxShowOverlay(true); 5575 5576 /* workaround for linux ATI issue: need to update gl viewport after widget becomes visible */ 5577 mpOverlayWidget->vboxDoUpdateViewport(overVp); 5575 5578 } 5576 5579 }
Note:
See TracChangeset
for help on using the changeset viewer.