Changeset 55628 in vbox
- Timestamp:
- May 3, 2015 3:59:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/chromium.h
r52429 r55628 782 782 typedef void (APIENTRY *crWindowShowProc)( GLint window, GLint flag ); 783 783 784 extern GLint APIENTRY crCreateContext(c onst char *dpyName, GLint visBits);784 extern GLint APIENTRY crCreateContext(char *dpyName, GLint visBits); 785 785 extern void APIENTRY crDestroyContext(GLint context); 786 786 extern void APIENTRY crMakeCurrent(GLint window, GLint context);
Note:
See TracChangeset
for help on using the changeset viewer.