summaryrefslogtreecommitdiff
path: root/man/XtTranslateCoords.man
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:16 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:16 +0000
commitf81d7ef72c9b4f13e33efa812bed9446657ed003 (patch)
tree183442a515d232d4d88cb56d6de651c215731c3f /man/XtTranslateCoords.man
parentbdc0667ef29e24b1a2188b11546d843a7d3e5ef6 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16
Diffstat (limited to 'man/XtTranslateCoords.man')
-rw-r--r--man/XtTranslateCoords.man13
1 files changed, 4 insertions, 9 deletions
diff --git a/man/XtTranslateCoords.man b/man/XtTranslateCoords.man
index c82281d..9f40854 100644
--- a/man/XtTranslateCoords.man
+++ b/man/XtTranslateCoords.man
@@ -26,7 +26,7 @@
.\" other dealings in this Software without prior written authorization
.\" from the X Consortium.
.\"
-.\" $XFree86: xc/doc/man/Xt/XtTransC.man,v 1.3 2001/02/09 03:47:52 tsi Exp $
+.\" $XFree86: xc/doc/man/Xt/XtTransC.man,v 1.4 2003/04/28 22:18:21 herrb Exp $
.\"
.ds tk X Toolkit
.ds xT X Toolkit Intrinsics \- C Language Interface
@@ -131,14 +131,9 @@
.SH NAME
XtTranslateCoords \- translate widget coordinates
.SH SYNTAX
-void XtTranslateCoords(\fIw\fP, \fIx\fP, \fIy\fP, \fIrootx_return\fP,
-\fIrooty_return\fP)
-.br
- Widget \fIw\fP;
-.br
- Position \fIx\fP, \fIy\fP;
-.br
- Position *\fIrootx_return\fP, *\fIrooty_return\fP;
+.HP
+void XtTranslateCoords(Widget \fIw\fP, Position \fIx\fP, \fIy\fP, Position
+*\fIrootx_return\fP, *\fIrooty_return\fP);
.SH ARGUMENTS
.IP \fIrootx_return\fP 1i
.br