Changeset 30512 in vbox for trunk/src/VBox/Additions/common/crOpenGL
- Timestamp:
- Jun 29, 2010 5:09:56 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63217
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/icd_drv.c
r28800 r30512 306 306 BOOL APIENTRY DrvSwapBuffers(HDC hdc) 307 307 { 308 constWindowInfo *window;308 WindowInfo *window; 309 309 /*crDebug( "DrvSwapBuffers(0x%x) called", hdc );*/ 310 310 window = stubGetWindowInfo(hdc);
Note:
See TracChangeset
for help on using the changeset viewer.