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