summaryrefslogtreecommitdiff
path: root/lib/libX11/man/XDrawArc.man
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-06-11 20:55:45 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-06-11 20:55:45 +0000
commit4d8940ef13dbf0bbafb4f10b327f8fb2af514920 (patch)
tree11a36a6601a9d9251358c46f25f258cd65a8f9b5 /lib/libX11/man/XDrawArc.man
parent7ea6036bc3091fbaed7ddaeee77e4884d4e0828a (diff)
Update to libX11 1.1.4. I've carefully checked that there's no API/ABI
change in this version. Only small bug fixes, manual page fixes and some more data in the i18n tables.
Diffstat (limited to 'lib/libX11/man/XDrawArc.man')
-rw-r--r--lib/libX11/man/XDrawArc.man25
1 files changed, 16 insertions, 9 deletions
diff --git a/lib/libX11/man/XDrawArc.man b/lib/libX11/man/XDrawArc.man
index c878c458e..af2527678 100644
--- a/lib/libX11/man/XDrawArc.man
+++ b/lib/libX11/man/XDrawArc.man
@@ -142,6 +142,16 @@
.el .sp 10p
..
.ny0
+.de EX
+.sp
+.nf
+.ft CW
+..
+.de EE
+.ft R
+.fi
+.sp
+..
'\" e
.TH XDrawArc __libmansuffix__ __xorgversion__ "XLIB FUNCTIONS"
.SH NAME
@@ -240,13 +250,12 @@ than in degrees scaled by 64) in the range % [ 0 , ~2 pi ]% and where atan
returns a value in the range % [ - pi over 2 , ~pi over 2 ] %
and adjust is:
.LP
-.Ds
-.TA 1i 2i
-.ta 1i 2i
+.TS
+l l.
%0% for normal-angle in the range % [ 0 , ~pi over 2 ]%
%pi% for normal-angle in the range % [ pi over 2 , ~{3 pi} over 2 ]%
%2 pi% for normal-angle in the range % [ {3 pi} over 2 , ~2 pi ]%
-.De
+.TE
.LP
For any given arc,
.ZN XDrawArc
@@ -295,15 +304,13 @@ The
.ZN XArc
structure contains:
.LP
-.Ds 0
-.TA .5i 3i
-.ta .5i 3i
+.EX
typedef struct {
short x, y;
unsigned short width, height;
- short angle1, angle2; /\(** Degrees * 64 */
+ short angle1, angle2; /\&* Degrees * 64 */
} XArc;
-.De
+.EE
.LP
All x and y members are signed integers.
The width and height members are 16-bit unsigned integers.