mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[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
This commit is contained in:
@@ -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
|
* new style X11 Driver for LCD4Linux
|
||||||
*
|
*
|
||||||
@@ -26,6 +26,9 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* $Log: drv_X11.c,v $
|
* $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
|
* Revision 1.13 2006/01/30 05:47:38 reinelt
|
||||||
* graphic subsystem changed to full-color RGBA
|
* graphic subsystem changed to full-color RGBA
|
||||||
*
|
*
|
||||||
@@ -383,6 +386,8 @@ int drv_X11_init(const char *section, const int quiet)
|
|||||||
WIDGET_CLASS wc;
|
WIDGET_CLASS wc;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
info("%s: Revision %s", Name, "$Revision: 1.14 $");
|
||||||
|
|
||||||
/* start display */
|
/* start display */
|
||||||
if ((ret = drv_X11_start(section)) != 0)
|
if ((ret = drv_X11_start(section)) != 0)
|
||||||
return ret;
|
return ret;
|
||||||
|
|||||||
Reference in New Issue
Block a user