Changeset 43487 in vbox for trunk/src/VBox/GuestHost/OpenGL/packer/pack_visibleregion.c
- Timestamp:
- Oct 1, 2012 11:53:15 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/packer/pack_visibleregion.c
r33475 r43487 23 23 #endif 24 24 25 void PACK_APIENTRY crPackWindowVisibleRegion( GLint window, GLint cRects, GLint * pRects )25 void PACK_APIENTRY crPackWindowVisibleRegion( CR_PACKER_CONTEXT_ARGDECL GLint window, GLint cRects, GLint * pRects ) 26 26 { 27 27 GLint i, size, cnt; … … 50 50 } 51 51 52 void PACK_APIENTRY crPackWindowVisibleRegionSWAP( GLint window, GLint cRects, GLint * pRects )52 void PACK_APIENTRY crPackWindowVisibleRegionSWAP( CR_PACKER_CONTEXT_ARGDECL GLint window, GLint cRects, GLint * pRects ) 53 53 { 54 54 crError( "crPackWindowVisibleRegionSWAP unimplemented and shouldn't be called" );
Note:
See TracChangeset
for help on using the changeset viewer.