Changeset 66826 in vbox for trunk/src/VBox/Additions/common/crOpenGL/icd_drv.c
- Timestamp:
- May 8, 2017 4:53:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/icd_drv.c
r65381 r66826 171 171 CRASSERT(stub.contextTable); 172 172 173 sprintf(dpyName, "% d", hdc);173 sprintf(dpyName, "%p", hdc); 174 174 #ifndef VBOX_CROGL_USE_VBITS_SUPERSET 175 175 if (stub.haveNativeOpenGL)
Note:
See TracChangeset
for help on using the changeset viewer.