aboutsummaryrefslogtreecommitdiff
path: root/libX11/specs/libX11/CH08.xml
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-05-22 13:28:34 +0000
committermarha <marha@users.sourceforge.net>2011-05-22 13:28:34 +0000
commit52011cfedaa930d61d8f60b283a2051093727582 (patch)
treef433de26ee688bc1dca5ca97c567c9ffc0ac5d48 /libX11/specs/libX11/CH08.xml
parent35484135119fcf55fe1cbb1fcdd0e035f581fcfb (diff)
downloadvcxsrv-52011cfedaa930d61d8f60b283a2051093727582.tar.gz
vcxsrv-52011cfedaa930d61d8f60b283a2051093727582.tar.bz2
vcxsrv-52011cfedaa930d61d8f60b283a2051093727582.zip
xserver xkeyboard-config libX11 randrproto pixman glproto mesa git update 22 May 2011
Diffstat (limited to 'libX11/specs/libX11/CH08.xml')
-rw-r--r--libX11/specs/libX11/CH08.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/libX11/specs/libX11/CH08.xml b/libX11/specs/libX11/CH08.xml
index de768f448..6cd6679f2 100644
--- a/libX11/specs/libX11/CH08.xml
+++ b/libX11/specs/libX11/CH08.xml
@@ -15,9 +15,9 @@ Once you have established a connection to a display, you can use the Xlib graphi
<listitem><para>Transfer images between clients and the server</para></listitem>
</itemizedlist>
<para>
-If the same drawable and GC is used for each call, Xlib batches back-to-back calls to XDraw-
-Point, XDrawLine, XDrawRectangle, XFillArc, and XFillRectangle. Note that this reduces
-the total number of requests sent to the server.
+If the same drawable and GC is used for each call, Xlib batches back-to-back
+calls to XDrawPoint, XDrawLine, XDrawRectangle, XFillArc, and XFillRectangle.
+Note that this reduces the total number of requests sent to the server.
</para>
<sect1 id="Clearing_Areas">
<title>Clearing Areas</title>