diff options
-rw-r--r-- | drv_X11.c | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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; |