summaryrefslogtreecommitdiff
path: root/man/XDrawArc.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XDrawArc.man')
-rw-r--r--man/XDrawArc.man41
1 files changed, 13 insertions, 28 deletions
diff --git a/man/XDrawArc.man b/man/XDrawArc.man
index 37236458..e636be0b 100644
--- a/man/XDrawArc.man
+++ b/man/XDrawArc.man
@@ -41,6 +41,9 @@
.\" of this documentation for any purpose.
.\" It is provided ``as is'' without express or implied warranty.
.\"
+.\" $XFree86: xc/doc/man/X11/XDrArc.man,v 1.4 2003/04/28 22:17:54 herrb Exp $
+.\" $XdotOrg: lib/X11/man/XDrawArc.man,v 1.2 2004-04-23 18:42:09 eich Exp $
+.\"
.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
@@ -140,35 +143,17 @@
..
.ny0
'\" e
-.TH XDrawArc 3X11 "Release 6.6" "X Version 11" "XLIB FUNCTIONS"
+.TH XDrawArc 3X11 __xorgversion__ "XLIB FUNCTIONS"
.SH NAME
XDrawArc, XDrawArcs, XArc \- draw arcs and arc structure
.SH SYNTAX
-XDrawArc\^(\^\fIdisplay\fP, \fId\fP\^, \fIgc\fP\^, \fIx\fP\^, \fIy\fP\^, \fIwidth\fP\^, \fIheight\fP\^, \fIangle1\fP\^, \fIangle2\fP\^)
-.br
- Display *\fIdisplay\fP\^;
-.br
- Drawable \fId\fP\^;
-.br
- GC \fIgc\fP\^;
-.br
- int \fIx\fP\^, \fIy\fP\^;
-.br
- unsigned int \fIwidth\fP\^, \fIheight\fP\^;
-.br
- int \fIangle1\fP\^, \fIangle2\fP\^;
-.LP
-XDrawArcs\^(\^\fIdisplay\fP, \fId\fP\^, \fIgc\fP\^, \fIarcs\fP\^, \fInarcs\fP\^)
-.br
- Display *\fIdisplay\fP\^;
-.br
- Drawable \fId\fP\^;
-.br
- GC \fIgc\fP\^;
-.br
- XArc *\fIarcs\fP\^;
-.br
- int \fInarcs\fP\^;
+.HP
+int XDrawArc\^(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^, GC \fIgc\fP\^,
+int \fIx\fP\^, int \fIy\fP\^, unsigned int \fIwidth\fP\^, unsigned int
+\fIheight\fP\^, int \fIangle1\fP\^, int \fIangle2\fP\^);
+.HP
+int XDrawArcs\^(\^Display *\fIdisplay\fP\^, Drawable \fId\fP\^, GC \fIgc\fP\^,
+XArc *\fIarcs\fP\^, int \fInarcs\fP\^);
.SH ARGUMENTS
.IP \fIangle1\fP 1i
Specifies the start of the arc relative to the three-o'clock position
@@ -192,7 +177,7 @@ Specifies the number of arcs in the array.
.ns
.IP \fIheight\fP 1i
Specify the width and height\*(Wh.
-.ds Xy , which are relative to the origin of the drawable \
+.ds Xy , which are relative to the origin of the drawable
and specify the upper-left corner of the bounding rectangle
.IP \fIx\fP 1i
.br
@@ -316,7 +301,7 @@ structure contains:
typedef struct {
short x, y;
unsigned short width, height;
- short angle1, angle2; /* Degrees * 64 */
+ short angle1, angle2; /\(** Degrees * 64 */
} XArc;
.De
.LP