diff options
Diffstat (limited to 'man/XtAllocateGC.man')
-rw-r--r-- | man/XtAllocateGC.man | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/XtAllocateGC.man b/man/XtAllocateGC.man index 9e7f1c3..47760c9 100644 --- a/man/XtAllocateGC.man +++ b/man/XtAllocateGC.man @@ -1,4 +1,5 @@ .\" $Xorg: XtAllocGC.man,v 1.3 2000/08/17 19:41:57 cpqbld Exp $ +.\" $XdotOrg: $ .\" .\" Copyright (c) 1993, 1994 X Consortium .\" @@ -163,7 +164,7 @@ The \fIvalue_mask\fP argument specifies the fields of the GC that will be initialized with the respective members of the \fIvalues\fP structure. The \fIdynamic_mask\fP argument specifies fields that the caller intends to modify during program execution. The caller must ensure that the -corresponding GC field is sdet prior to each use of the GC. The +corresponding GC field is set prior to each use of the GC. The \fIunused_mask\fP argument specifies fields of the GC that are of no interest to the caller. The caller may make no assumptions about the contents of any fields specified in \fIunused_mask\fP. The caller may |