Changeset 30494 in vbox for trunk/src/VBox/Additions/common/crOpenGL
- Timestamp:
- Jun 29, 2010 12:32:01 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63186
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/wgl.c
r21954 r30494 271 271 wglSwapBuffers_prox( HDC hdc ) 272 272 { 273 constWindowInfo *window = stubGetWindowInfo(hdc);273 WindowInfo *window = stubGetWindowInfo(hdc); 274 274 stubSwapBuffers( window, 0 ); 275 275 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.