Changeset 45132 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Mar 21, 2013 4:11:28 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84435
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/stub.c
r44741 r45132 143 143 } 144 144 145 void APIENTRY crWindowVisibleRegion( GLint window, GLint cRects, void *pRects )145 void APIENTRY crWindowVisibleRegion( GLint window, GLint cRects, const void *pRects ) 146 146 { 147 147 const WindowInfo *winInfo = (const WindowInfo *) … … 154 154 } 155 155 156 void APIENTRY crVBoxTexPresent(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, const GLint *pRects) 157 157 { 158 158 crError("not expected!");
Note:
See TracChangeset
for help on using the changeset viewer.