Changeset 62060 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jul 6, 2016 3:01:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/context.c
r55618 r62060 1156 1156 stubMakeCurrent( WindowInfo *window, ContextInfo *context ) 1157 1157 { 1158 GLboolean retVal ;1158 GLboolean retVal = GL_FALSE; 1159 1159 1160 1160 /*
Note:
See TracChangeset
for help on using the changeset viewer.