Changeset 65791 in vbox for trunk/src/VBox/Additions/common/crOpenGL
- Timestamp:
- Feb 14, 2017 7:25:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/glx.c
r65789 r65791 1258 1258 break; 1259 1259 case GLX_FBCONFIG_ID: 1260 *value = (int) config; /*or config, though those are the same at the moment but this could change one day?*/1260 *value = (int)(intptr_t)config; 1261 1261 break; 1262 1262 case GLX_RED_SIZE:
Note:
See TracChangeset
for help on using the changeset viewer.