From 54aa9bcde93b665cf3e9ced97c896d2943a1a54a Mon Sep 17 00:00:00 2001 From: Marc Balmer Date: Mon, 23 Jul 2007 13:33:05 +0000 Subject: Show correct include file pathnames in GLw documentation. ok matthieu. --- doc/gl-docs/GLw/glwcreatemdrawingarea.gl | 2 +- doc/gl-docs/GLw/glwdrawingarea.gl | 6 +++--- doc/gl-docs/GLw/glwdrawingareamakecurrent.gl | 2 +- doc/gl-docs/GLw/glwdrawingareaswapbuffers.gl | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/gl-docs/GLw/glwcreatemdrawingarea.gl b/doc/gl-docs/GLw/glwcreatemdrawingarea.gl index ab839f737..5493e2585 100644 --- a/doc/gl-docs/GLw/glwcreatemdrawingarea.gl +++ b/doc/gl-docs/GLw/glwcreatemdrawingarea.gl @@ -17,7 +17,7 @@ .iX "creation functions" .sp 1 .SH SYNOPSIS -\fB#include \fP +\fB#include \fP .br Widget \fBGLwCreateMDrawingArea\fP( Widget \fIparent\fP, String \fIname\fP, diff --git a/doc/gl-docs/GLw/glwdrawingarea.gl b/doc/gl-docs/GLw/glwdrawingarea.gl index f25a4f5c6..f602fdb4e 100644 --- a/doc/gl-docs/GLw/glwdrawingarea.gl +++ b/doc/gl-docs/GLw/glwdrawingarea.gl @@ -17,11 +17,11 @@ .iX "widget class" "OpenGL" "Draw" .sp 1 .SH SYNOPSIS -\fB#include +\fB#include .br \fBld ... -lGLw -lGL -l -lXext -lXt -lX11 -lm .sp -\fB#include +\fB#include .br \fBld ... -lGLw -lGL -lXm -lXext -lXt -lX11 -lm .sp 1 @@ -399,7 +399,7 @@ the appropriate callbacks. .nf \f(CW #include - #include + #include static GLXContext glx_context; /* assume only one context */ . . . diff --git a/doc/gl-docs/GLw/glwdrawingareamakecurrent.gl b/doc/gl-docs/GLw/glwdrawingareamakecurrent.gl index de51e4d51..a0f05b304 100644 --- a/doc/gl-docs/GLw/glwdrawingareamakecurrent.gl +++ b/doc/gl-docs/GLw/glwdrawingareamakecurrent.gl @@ -17,7 +17,7 @@ .iX "GLwDrawingArea" .sp 1 .SH SYNOPSIS -\fB#include \fP +\fB#include \fP .br void \fBGLwDrawingAreaMakeCurrent\fP( Widget \fIw\fP, GLXContext \fIctx\fP ) diff --git a/doc/gl-docs/GLw/glwdrawingareaswapbuffers.gl b/doc/gl-docs/GLw/glwdrawingareaswapbuffers.gl index c7a28b411..3ade035b3 100644 --- a/doc/gl-docs/GLw/glwdrawingareaswapbuffers.gl +++ b/doc/gl-docs/GLw/glwdrawingareaswapbuffers.gl @@ -17,7 +17,7 @@ .iX "GLwDrawingArea" .sp 1 .SH SYNOPSIS -\fB#include \fP +\fB#include \fP .br void \fBGLwDrawingAreaSwapBuffers\fP( Widget \fIw\fP ) .br -- cgit v1.2.3