Changeset 28280 in vbox
- Timestamp:
- Apr 14, 2010 1:10:01 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu.h
r28279 r28280 307 307 extern void renderspu_SystemMakeCurrent( WindowInfo *window, GLint windowInfor, ContextInfo *context ); 308 308 extern void renderspu_SystemSwapBuffers( WindowInfo *window, GLint flags ); 309 extern void renderspu_SystemReparentWindow(WindowInfo *window); 309 310 extern void renderspu_GCWindow(void); 310 311 extern int renderspuCreateFunctions( SPUNamedFunctionTable table[] ); 311 312 312 313 extern GLint RENDER_APIENTRY renderspuWindowCreate( const char *dpyName, GLint visBits ); 313 extern void RENDER_APIENTRY renderspu_SystemReparentWindow(WindowInfo *window);314 314 extern GLint RENDER_APIENTRY renderspuCreateContext( const char *dpyname, GLint visBits, GLint shareCtx ); 315 315 extern void RENDER_APIENTRY renderspuMakeCurrent(GLint crWindow, GLint nativeWindow, GLint ctx);
Note:
See TracChangeset
for help on using the changeset viewer.