 
			| GNU/Linux | CentOS 2.1AS(Slurm) | |
|  | GLwDrawingAreaMakeCurrent(3x) |  | 
GLwDrawingAreaMakeCurrent − Make the current GLwDrawingArea current.
  #include <GL/GLwDrawA.h>
  void GLwDrawingAreaMakeCurrent(w, ctx)
       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.
the GLwMDrawingArea manpage, the glXMakeCurrent manpage.
$Id: GLwDrawingAreaMakeCurrent.3x,v 1.1.1.1 1999/08/19 00:55:42 jtg Exp $
|  | GLwDrawingAreaMakeCurrent(3x) |  |