Changeset 66826 in vbox for trunk/src/VBox/Additions/common/crOpenGL
- Timestamp:
- May 8, 2017 4:53:25 PM (8 years ago)
- Location:
- trunk/src/VBox/Additions/common/crOpenGL
- Files:
-
- 2 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) -
trunk/src/VBox/Additions/common/crOpenGL/wgl.c
r55622 r66826 368 368 { 369 369 crMemset(dpyName, 0, MAX_DPY_NAME); 370 sprintf(dpyName, "% d", hdc);370 sprintf(dpyName, "%p", hdc); 371 371 } 372 372 #ifndef VBOX_CROGL_USE_VBITS_SUPERSET
Note:
See TracChangeset
for help on using the changeset viewer.