<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Sun, 2010-01-10 at 21:58 +0600, Mikhail Gusarov wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
That was the last &quot;tinyX&quot; string in source code
</PRE>
</BLOCKQUOTE>
Confirmed.
<BLOCKQUOTE TYPE=CITE>
<PRE>

Signed-off-by: Mikhail Gusarov &lt;<A HREF="mailto:dottedmag@dottedmag.net">dottedmag@dottedmag.net</A>&gt;
---
 hw/kdrive/src/kdrive.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/kdrive/src/kdrive.c b/hw/kdrive/src/kdrive.c
index 7675c1e..0e57d4c 100644
--- a/hw/kdrive/src/kdrive.c
+++ b/hw/kdrive/src/kdrive.c
@@ -528,7 +528,7 @@ KdParseRgba (char *rgba)
 void
 KdUseMsg (void)
 {
-    ErrorF(&quot;\nTinyX Device Dependent Usage:\n&quot;);
+    ErrorF(&quot;\nKdrive Device Dependent Usage:\n&quot;);
     ErrorF(&quot;-screen WIDTH[/WIDTHMM]xHEIGHT[/HEIGHTMM][@ROTATION][X][Y][xDEPTH/BPP[xFREQ]]  Specify screen characteristics\n&quot;);
     ErrorF(&quot;-rgba rgb/bgr/vrgb/vbgr/none   Specify subpixel ordering for LCD panels\n&quot;);
&nbsp;&nbsp;&nbsp;&nbsp; ErrorF(&quot;-mouse driver [,n,,options]&nbsp;&nbsp;&nbsp; Specify the pointer driver and its options (n is the number of buttons)\n&quot;);
</PRE>
</BLOCKQUOTE>
<BR>
Reviewed-by: Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt;<BR>
<BR>
FYI, in proto/randrproto/randrproto.txt:<BR>
<BR>
<PRE>
         0.0: This prototype implemented resize and rotation in the
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <B>TinyX</B> server Used approximately the protocol described in
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the Usenix paper. Appeared in the <B>TinyX</B> server in
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XFree86 4.2, but not in the XFree86 main server.

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.1: Added subpixel order, added an event for subpixel order.
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This version was never checked in to XFree86 CVS.

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.0: Implements resize, rotation, and reflection. Implemented
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; both in the XFree86 main server (size change only at this
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; date), and fully (size change, rotation, and reflection)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; in XFree86's <B>TinyX</B> server.


</PRE>
<BR>
<BR>
</BODY>
</HTML>