summaryrefslogtreecommitdiff
path: root/man/XCreateRegion.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XCreateRegion.man')
-rw-r--r--man/XCreateRegion.man21
1 files changed, 7 insertions, 14 deletions
diff --git a/man/XCreateRegion.man b/man/XCreateRegion.man
index 58a0039..8018872 100644
--- a/man/XCreateRegion.man
+++ b/man/XCreateRegion.man
@@ -40,7 +40,7 @@
.\" of this documentation for any purpose.
.\" It is provided ``as is'' without express or implied warranty.
.\"
-.\" $XFree86: xc/doc/man/X11/XCreReg.man,v 1.2 2001/01/27 18:19:57 dawes Exp $
+.\" $XFree86: xc/doc/man/X11/XCreReg.man,v 1.3 2003/04/28 22:17:54 herrb Exp $
.\"
.ds xT X Toolkit Intrinsics \- C Language Interface
.ds xW Athena X Widgets \- C Language X Toolkit Interface
@@ -144,19 +144,12 @@
.SH NAME
XCreateRegion, XSetRegion, XDestroyRegion \- create or destroy regions
.SH SYNTAX
-Region XCreateRegion\^()
-.LP
-XSetRegion\^(\^\fIdisplay\fP, \fIgc\fP\^, \fIr\fP\^)
-.br
- Display *\fIdisplay\fP\^;
-.br
- GC \fIgc\fP\^;
-.br
- Region \fIr\fP\^;
-.LP
-XDestroyRegion\^(\^\fIr\fP\^)
-.br
- Region \fIr\fP\^;
+.HP
+Region XCreateRegion\^(void\^);
+.HP
+int XSetRegion\^(\^Display *\fIdisplay\fP\^, GC \fIgc\fP\^, Region \fIr\fP\^);
+.HP
+int XDestroyRegion\^(\^Region \fIr\fP\^);
.SH ARGUMENTS
.IP \fIdisplay\fP 1i
Specifies the connection to the X server.