From 8a3ef46ed5a34e0cc284c833fefd8a738be64f66 Mon Sep 17 00:00:00 2001 From: reinelt Date: Mon, 30 Jan 2006 06:17:17 +0000 Subject: [lcd4linux @ 2006-01-30 06:17:17 by reinelt] added CVS Revision git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@628 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_X11.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'drv_X11.c') diff --git a/drv_X11.c b/drv_X11.c index 5911339..297ac32 100644 --- a/drv_X11.c +++ b/drv_X11.c @@ -1,4 +1,4 @@ -/* $Id: drv_X11.c,v 1.13 2006/01/30 05:47:38 reinelt Exp $ +/* $Id: drv_X11.c,v 1.14 2006/01/30 06:17:17 reinelt Exp $ * * new style X11 Driver for LCD4Linux * @@ -26,6 +26,9 @@ * * * $Log: drv_X11.c,v $ + * Revision 1.14 2006/01/30 06:17:17 reinelt + * added CVS Revision + * * Revision 1.13 2006/01/30 05:47:38 reinelt * graphic subsystem changed to full-color RGBA * @@ -383,6 +386,8 @@ int drv_X11_init(const char *section, const int quiet) WIDGET_CLASS wc; int ret; + info("%s: Revision %s", Name, "$Revision: 1.14 $"); + /* start display */ if ((ret = drv_X11_start(section)) != 0) return ret; -- cgit v1.2.3