Table of Contents
GLwDrawingAreaMakeCurrent -- Make the current GLwDrawingArea
current.   
#include <X11/GLw/GLwDraw.h> 
void GLwDrawingAreaMakeCurrent( Widget w,                                GLXContext ctx )
 
GLwDrawingAreaMakeCurrent is a front end to glXMakeCurrent,
however instead of passing in a Display and a Window, a Widget is passed
in. 
GLwMDrawingArea(3X)
, glXMakeCurrent(3G)
. 
Table of Contents