On Sun, 2010-01-10 at 21:58 +0600, Mikhail Gusarov wrote: > That was the last "tinyX" string in source code
Confirmed. > > Signed-off-by: Mikhail Gusarov <[email protected]> > --- > 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[/heightm...@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"); Reviewed-by: Gaetan Nadon <[email protected]> FYI, in proto/randrproto/randrproto.txt: 0.0: This prototype implemented resize and rotation in the TinyX server Used approximately the protocol described in the Usenix paper. Appeared in the TinyX 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 TinyX server.
_______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
