VirtualBox

Changeset 45132 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Mar 21, 2013 4:11:28 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84435
Message:

crOpenGL: seamles mode support impl; bugfizes & cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/stub.c

    r44741 r45132  
    143143}
    144144
    145 void APIENTRY crWindowVisibleRegion( GLint window, GLint cRects, void *pRects )
     145void APIENTRY crWindowVisibleRegion( GLint window, GLint cRects, const void *pRects )
    146146{
    147147    const WindowInfo *winInfo = (const WindowInfo *)
     
    154154}
    155155
    156 void APIENTRY crVBoxTexPresent(GLuint texture, GLuint cfg, GLint xPos, GLint yPos, GLint cRects, GLint *pRects)
     156void APIENTRY crVBoxTexPresent(GLuint texture, GLuint cfg, GLint xPos, GLint yPos, GLint cRects, const GLint *pRects)
    157157{
    158158    crError("not expected!");
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette