aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/ogl-sample/main/doc/man/manglw/glwdrawingareamakecurrent.gl
blob: de51e4d51c014f1fdc9ed2bbb27fca8b49d23ee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.\" **
.\" **  (c) Copyright 1993, 1994, 1995, 1996 Silicon Graphics, Inc.
.\" **
.\" **  (c) Copyright 1989, 1990, 1991 Open Software Foundation, Inc.
.\" **      All Rights Reserved.
.\" **
.\" **  (c) Copyright 1987, 1988, 1989, by Hewlett-Packard Company
.\" **
.\" **  (c) Copyright 1987, 1988 by Digital Equipment Corporation,
.\" **      Maynard, MA.  All Rights Reserved.
.\" **
.\" **
.TH GLwDrawingAreaMakeCurrent 3X "" "" "" ""
.SH NAME
\fBGLwDrawingAreaMakeCurrent \(em Make the current GLwDrawingArea current.\fP
.iX "GLwDrawingAreaMakeCurrent"
.iX "GLwDrawingArea"
.sp 1
.SH SYNOPSIS
\fB#include <X11/GLw/GLwDraw.h>\fP
.br
void \fBGLwDrawingAreaMakeCurrent\fP( Widget \fIw\fP, 
					    	  GLXContext \fIctx\fP )
.fi
.SH DESCRIPTION
\fBGLwDrawingAreaMakeCurrent\fP is a front end to \fBglXMakeCurrent\fP,
however instead of passing in a Display and a Window, a Widget is
passed in.
.SH SEE ALSO
\fBGLwMDrawingArea(3X)\fP, \fBglXMakeCurrent(3G)\fP.