summaryrefslogtreecommitdiff
path: root/lib/libX11/man/XSetArcMode.man
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2020-01-04 17:55:18 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2020-01-04 17:55:18 +0000
commit1128148d76d7952d7aacfa2b083f5b5a96b4b4d5 (patch)
tree9291b9dfdfb4da1828705353be85e340f302e651 /lib/libX11/man/XSetArcMode.man
parent7b7fd95cb6ee85ebe6d6d08b126b770770e86688 (diff)
Uppdate to libX11 1.6.9. Tested by krw@ and naddy@
Diffstat (limited to 'lib/libX11/man/XSetArcMode.man')
-rw-r--r--lib/libX11/man/XSetArcMode.man98
1 files changed, 33 insertions, 65 deletions
diff --git a/lib/libX11/man/XSetArcMode.man b/lib/libX11/man/XSetArcMode.man
index 18326f0dd..81afb132d 100644
--- a/lib/libX11/man/XSetArcMode.man
+++ b/lib/libX11/man/XSetArcMode.man
@@ -38,134 +38,102 @@
.\" to this documentation without specific, written prior permission.
.\" Digital and Tektronix makes no representations about the suitability
.\" of this documentation for any purpose.
-.\" It is provided ``as is'' without express or implied warranty.
-.\"
+.\" It is provided "as is" without express or implied warranty.
+.\"
.\"
.ds xT X Toolkit Intrinsics \- C Language Interface
.ds xW Athena X Widgets \- C Language X Toolkit Interface
.ds xL Xlib \- C Language X Interface
.ds xC Inter-Client Communication Conventions Manual
-.na
-.de Ds
-.nf
-.\\$1D \\$2 \\$1
-.ft CW
-.\".ps \\n(PS
-.\".if \\n(VS>=40 .vs \\n(VSu
-.\".if \\n(VS<=39 .vs \\n(VSp
-..
-.de De
-.ce 0
-.if \\n(BD .DF
-.nr BD 0
-.in \\n(OIu
-.if \\n(TM .ls 2
-.sp \\n(DDu
-.fi
-..
-.de IN \" send an index entry to the stderr
-..
-.de Pn
-.ie t \\$1\fB\^\\$2\^\fR\\$3
-.el \\$1\fI\^\\$2\^\fP\\$3
-..
-.de ZN
-.ie t \fB\^\\$1\^\fR\\$2
-.el \fI\^\\$1\^\fP\\$2
-..
-.de hN
-.ie t <\fB\\$1\fR>\\$2
-.el <\fI\\$1\fP>\\$2
-..
-.ny0
.TH XSetArcMode __libmansuffix__ __xorgversion__ "XLIB FUNCTIONS"
.SH NAME
XSetArcMode, XSetSubwindowMode, XSetGraphicsExposure \- GC convenience routines
.SH SYNTAX
.HP
int XSetArcMode\^(\^Display *\fIdisplay\fP\^, GC \fIgc\fP\^, int
-\fIarc_mode\fP\^);
+\fIarc_mode\fP\^);
.HP
int XSetSubwindowMode\^(\^Display *\fIdisplay\fP\^, GC \fIgc\fP\^, int
-\fIsubwindow_mode\fP\^);
+\fIsubwindow_mode\fP\^);
.HP
int XSetGraphicsExposures\^(\^Display *\fIdisplay\fP\^, GC \fIgc\fP\^, Bool
-\fIgraphics_exposures\fP\^);
+\fIgraphics_exposures\fP\^);
.SH ARGUMENTS
.IP \fIarc_mode\fP 1i
Specifies the arc mode.
You can pass
-.ZN ArcChord
+.B ArcChord
or
-.ZN ArcPieSlice .
+.BR ArcPieSlice .
.IP \fIdisplay\fP 1i
Specifies the connection to the X server.
.IP \fIgc\fP 1i
Specifies the GC.
.IP \fIgraphics_exposures\fP 1i
Specifies a Boolean value that indicates whether you want
-.ZN GraphicsExpose
+.B GraphicsExpose
and
-.ZN NoExpose
+.B NoExpose
events to be reported when calling
-.ZN XCopyArea
+.B XCopyArea
and
-.ZN XCopyPlane
+.B XCopyPlane
with this GC.
.IP \fIsubwindow_mode\fP 1i
Specifies the subwindow mode.
You can pass
-.ZN ClipByChildren
+.B ClipByChildren
or
-.ZN IncludeInferiors .
+.BR IncludeInferiors .
.SH DESCRIPTION
The
-.ZN XSetArcMode
+.B XSetArcMode
function sets the arc mode in the specified GC.
.LP
-.ZN XSetArcMode
+.B XSetArcMode
can generate
-.ZN BadAlloc ,
-.ZN BadGC ,
+.BR BadAlloc ,
+.BR BadGC ,
and
-.ZN BadValue
+.B BadValue
errors.
.LP
The
-.ZN XSetSubwindowMode
+.B XSetSubwindowMode
function sets the subwindow mode in the specified GC.
.LP
-.ZN XSetSubwindowMode
+.B XSetSubwindowMode
can generate
-.ZN BadAlloc ,
-.ZN BadGC ,
+.BR BadAlloc ,
+.BR BadGC ,
and
-.ZN BadValue
+.B BadValue
errors.
.LP
The
-.ZN XSetGraphicsExposures
+.B XSetGraphicsExposures
function sets the graphics-exposures flag in the specified GC.
.LP
-.ZN XSetGraphicsExposures
+.B XSetGraphicsExposures
can generate
-.ZN BadAlloc ,
-.ZN BadGC ,
+.BR BadAlloc ,
+.BR BadGC ,
and
-.ZN BadValue
+.B BadValue
errors.
.SH DIAGNOSTICS
.TP 1i
-.ZN BadAlloc
+.B BadAlloc
The server failed to allocate the requested resource or server memory.
.TP 1i
-.ZN BadGC
+.B BadGC
A value for a GContext argument does not name a defined GContext.
.TP 1i
-.ZN BadValue
+.B BadValue
Some numeric value falls outside the range of values accepted by the request.
Unless a specific range is specified for an argument, the full range defined
-by the argument's type is accepted. Any argument defined as a set of
+by the argument's type is accepted.
+Any argument defined as a set of
alternatives can generate this error.
.SH "SEE ALSO"
XCopyArea(__libmansuffix__),