Provides a front end to the glXMakeCurrent subroutine.
OpenGL C bindings library: libXGLW.a
#include <X11/GLW/GLwDraw.h>
void GLwDrawingAreaMakeCurrent(Widget, Context) Widget Widget; GLXContext Context;
The GLwDrawingAreaMakeCurrent function provides a front end to the glXMakeCurrent subroutine by means of a widget (rather than a display or a window).
Widget | Specifies the widget created with the GLwCreateMDrawingArea function. |
Context | Specifies a GLX rendering context created with the glXCreateContext subroutine. |
The GLwDrawingArea or GLwMDrawingArea widget.
The glXCreateContext subroutine, glXMakeCurrent subroutine.