<!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 "tinyX" string in source code
</PRE>
</BLOCKQUOTE>
Confirmed.
<BLOCKQUOTE TYPE=CITE>
<PRE>
Signed-off-by: Mikhail Gusarov <<A HREF="mailto:dottedmag@dottedmag.net">dottedmag@dottedmag.net</A>>
---
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("\nTinyX Device Dependent Usage:\n");
+ ErrorF("\nKdrive Device Dependent Usage:\n");
ErrorF("-screen WIDTH[/WIDTHMM]xHEIGHT[/HEIGHTMM][@ROTATION][X][Y][xDEPTH/BPP[xFREQ]] Specify screen characteristics\n");
ErrorF("-rgba rgb/bgr/vrgb/vbgr/none Specify subpixel ordering for LCD panels\n");
ErrorF("-mouse driver [,n,,options] Specify the pointer driver and its options (n is the number of buttons)\n");
</PRE>
</BLOCKQUOTE>
<BR>
Reviewed-by: Gaetan Nadon <<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>><BR>
<BR>
FYI, in proto/randrproto/randrproto.txt:<BR>
<BR>
<PRE>
        0.0: This prototype implemented resize and rotation in the
<B>TinyX</B> server Used approximately the protocol described in
the Usenix paper. Appeared in the <B>TinyX</B> server in
XFree86 4.2, but not in the XFree86 main server.
0.1: Added subpixel order, added an event for subpixel order.
This version was never checked in to XFree86 CVS.
1.0: Implements resize, rotation, and reflection. Implemented
both in the XFree86 main server (size change only at this
date), and fully (size change, rotation, and reflection)
in XFree86's <B>TinyX</B> server.
</PRE>
<BR>
<BR>
</BODY>
</HTML>