summaryrefslogtreecommitdiff
path: root/man/XtAllocateGC.man
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:16 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:16 +0000
commitf81d7ef72c9b4f13e33efa812bed9446657ed003 (patch)
tree183442a515d232d4d88cb56d6de651c215731c3f /man/XtAllocateGC.man
parentbdc0667ef29e24b1a2188b11546d843a7d3e5ef6 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16
Diffstat (limited to 'man/XtAllocateGC.man')
-rw-r--r--man/XtAllocateGC.man20
1 files changed, 5 insertions, 15 deletions
diff --git a/man/XtAllocateGC.man b/man/XtAllocateGC.man
index a1d3378..4cc7fe6 100644
--- a/man/XtAllocateGC.man
+++ b/man/XtAllocateGC.man
@@ -25,7 +25,7 @@
.\" dealing in this Software without prior written authorization from the
.\" X Consortium.
.\"
-.\" $XFree86: xc/doc/man/Xt/XtAllocGC.man,v 1.3 2001/02/09 03:47:49 tsi Exp $
+.\" $XFree86: xc/doc/man/Xt/XtAllocGC.man,v 1.4 2003/04/28 22:18:17 herrb Exp $
.\"
.ds tk X Toolkit
.ds xT X Toolkit Intrinsics \- C Language Interface
@@ -130,20 +130,10 @@
.SH NAME
XtAllocateGC \- obtain a sharable GC with modifiable fields
.SH SYNTAX
-GC XtAllocateGC(\fIw\fP, \fIdepth\fP, \fIvalue_mask\fP, \fIvalues\fP,
-\fIdynamic_mask\fP, \fIunused_mask\fP)
-.br
- Widget \fIw\fP;
-.br
- Cardinal \fIdepth\fP;
-.br
- XtGCMask \fIvalue_mask\fP;
-.br
- XGCValues *\fIvalues\fP;
-.br
- XtGCMask \fIdynamic_mask\fP;
-.br
- XtGCMask \fIunused_mask\fP;
+.HP
+GC XtAllocateGC(Widget \fIw\fP, Cardinal \fIdepth\fP, XtGCMask
+\fIvalue_mask\fP, XGCValues *\fIvalues\fP, XtGCMask \fIdynamic_mask\fP,
+XtGCMask \fIunused_mask\fP);
.SH ARGUMENTS
.IP \fIvalues\fP 1i
Specifies the actual values for this GC.