Changeset 55626 in vbox for trunk/src/VBox/Additions/common/crOpenGL
- Timestamp:
- May 3, 2015 3:52:10 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99999
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/stub.c
r45132 r55626 43 43 * Returns -1 on error 44 44 */ 45 GLint APIENTRY crCreateContext( const char *dpyName, GLint visBits)45 GLint APIENTRY crCreateContext(char *dpyName, GLint visBits) 46 46 { 47 47 ContextInfo *context;
Note:
See TracChangeset
for help on using the changeset viewer.