Show correct include file pathnames in GLw documentation.

ok matthieu.
This commit is contained in:
mbalmer
2007-07-23 13:33:04 +00:00
parent 941644531a
commit cd2d3c8c17
4 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
.iX "creation functions"
.sp 1
.SH SYNOPSIS
\fB#include <X11/GLw/GLwMDrawA.h>\fP
\fB#include <GL/GLwMDrawA.h>\fP
.br
Widget \fBGLwCreateMDrawingArea\fP( Widget \fIparent\fP,
String \fIname\fP,

View File

@@ -17,11 +17,11 @@
.iX "widget class" "OpenGL" "Draw"
.sp 1
.SH SYNOPSIS
\fB#include <X11/GLw/GLwDrawA.h>
\fB#include <GL/GLwDrawA.h>
.br
\fBld ... -lGLw -lGL -l<anywidgetlibrary> -lXext -lXt -lX11 -lm
.sp
\fB#include <X11/GLw/GLwMDrawA.h>
\fB#include <GL/GLwMDrawA.h>
.br
\fBld ... -lGLw -lGL -lXm -lXext -lXt -lX11 -lm
.sp 1
@@ -399,7 +399,7 @@ the appropriate callbacks.
.nf
\f(CW
#include <stdlib.h>
#include <X11/GLw/GLwDrawA.h>
#include <GL/GLwDrawA.h>
static GLXContext glx_context; /* assume only one context */
. . .

View File

@@ -17,7 +17,7 @@
.iX "GLwDrawingArea"
.sp 1
.SH SYNOPSIS
\fB#include <X11/GLw/GLwDraw.h>\fP
\fB#include <GL/GLwDraw.h>\fP
.br
void \fBGLwDrawingAreaMakeCurrent\fP( Widget \fIw\fP,
GLXContext \fIctx\fP )

View File

@@ -17,7 +17,7 @@
.iX "GLwDrawingArea"
.sp 1
.SH SYNOPSIS
\fB#include <X11/GLw/GLwDraw.h>\fP
\fB#include <GL/GLwDraw.h>\fP
.br
void \fBGLwDrawingAreaSwapBuffers\fP( Widget \fIw\fP )
.br