Changeset 23274 in vbox for trunk/src/VBox/Additions/common/crOpenGL
- Timestamp:
- Sep 24, 2009 9:31:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/icd_drv.c
r22417 r23274 261 261 BOOL APIENTRY DrvDeleteContext(HGLRC hglrc) 262 262 { 263 crDebug( "DrvDeleteContext(0x%x) called", hglrc );263 /*crDebug( "DrvDeleteContext(0x%x) called", hglrc );*/ 264 264 stubDestroyContext( (unsigned long) hglrc ); 265 265 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.