glwdrawingareamakecurrent(3) - Linux man page
Name
GLwDrawingAreaMakeCurrent - Make the current GLwDrawingArea current.
Synopsis
#include <X11/GLw/GLwDraw.h>
- void GLwDrawingAreaMakeCurrent( Widget w,
GLXContext ctx )
Description
GLwDrawingAreaMakeCurrent is a front end to glXMakeCurrent, however instead of passing in a Display and a Window, a Widget is passed in.
See Also
GLwMDrawingArea(3X), glXMakeCurrent(3G).