Changeset 44741 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Feb 18, 2013 5:10:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/stub.c
r43888 r44741 154 154 } 155 155 156 void APIENTRY cr TexPresent(GLuint texture, GLuint cfg, GLint xPos, GLint yPos, GLint cRects, GLint *pRects)156 void APIENTRY crVBoxTexPresent(GLuint texture, GLuint cfg, GLint xPos, GLint yPos, GLint cRects, GLint *pRects) 157 157 { 158 158 crError("not expected!");
Note:
See TracChangeset
for help on using the changeset viewer.