diff options
Diffstat (limited to 'libX11')
-rw-r--r-- | libX11/man/xkb/XkbComputeShapeTop.man | 2 | ||||
-rw-r--r-- | libX11/specs/libX11/CH08.xml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/libX11/man/xkb/XkbComputeShapeTop.man b/libX11/man/xkb/XkbComputeShapeTop.man index 6dcfcd29c..1a7f72a00 100644 --- a/libX11/man/xkb/XkbComputeShapeTop.man +++ b/libX11/man/xkb/XkbComputeShapeTop.man @@ -47,7 +47,7 @@ a number of points. The bounding box of a shape is a rectangle that contains all the outlines of that shape.
.I XkbComputeShapeTop
-returns a BoundsRec that contains two x and y coordinates. These coordinates
+returns a BoundsRec that contains two x and y coordinates. These coordinates
describe the corners of a rectangle that contains the outline that describes the
top surface of the shape. The top surface is defined to be the approximating
outline if the
diff --git a/libX11/specs/libX11/CH08.xml b/libX11/specs/libX11/CH08.xml index 3d69b1420..5f450fe9d 100644 --- a/libX11/specs/libX11/CH08.xml +++ b/libX11/specs/libX11/CH08.xml @@ -4744,7 +4744,8 @@ To draw 8-bit characters in a given drawable, use <paramdef>Display<parameter> *display</parameter></paramdef> <paramdef>Drawable<parameter> d</parameter></paramdef> <paramdef>GC<parameter> gc</parameter></paramdef> - <paramdef>intx,<parameter> y</parameter></paramdef> + <paramdef>int<parameter> x</parameter></paramdef> + <paramdef>int<parameter> y</parameter></paramdef> <paramdef>char<parameter> *string</parameter></paramdef> <paramdef>int<parameter> length</parameter></paramdef> </funcprototype> |