Changeset 49005 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Oct 9, 2013 1:59:56 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89735
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/stub.h
r48999 r49005 351 351 extern void stubDestroyWindow( GLint con, GLint window ); 352 352 extern void stubSwapBuffers(WindowInfo *window, GLint flags); 353 extern void stubGetWindowGeometry( constWindowInfo *win, int *x, int *y, unsigned int *w, unsigned int *h);353 extern void stubGetWindowGeometry(WindowInfo *win, int *x, int *y, unsigned int *w, unsigned int *h); 354 354 extern GLboolean stubUpdateWindowGeometry(WindowInfo *pWindow, GLboolean bForceUpdate); 355 355 extern GLboolean stubIsWindowVisible(WindowInfo *win);
Note:
See TracChangeset
for help on using the changeset viewer.