properties fixed

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@897 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
michael
2008-10-06 04:25:14 +00:00
parent 5592dc4105
commit c43556a211
11 changed files with 2674 additions and 3289 deletions
-1
View File
@@ -206,7 +206,6 @@ sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = gnu
Vendored
+2 -2
View File
@@ -13,8 +13,8 @@
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
m4_if(AC_AUTOCONF_VERSION, [2.63],,
[m4_warning([this file was generated for autoconf 2.63.
m4_if(AC_AUTOCONF_VERSION, [2.61],,
[m4_warning([this file was generated for autoconf 2.61.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.])])
Vendored
+2653 -3268
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -1,5 +1,5 @@
/* $Id: drv_D4D.c 840 2007-09-09 12:17:42Z michael $
* $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drv_D4D.c $
/* $Id$
* $URL$
*
* LCD4Linux driver for 4D Systems Display Graphics Modules
*
@@ -650,7 +650,7 @@ int drv_D4D_init(const char *section, const int quiet)
WIDGET_CLASS wc;
int ret;
info("%s: %s", Name, "$Rev: 840 $");
info("%s: %s", Name, "$Rev$");
if ((ret = drv_D4D_start(section)) != 0)
return ret;
+3 -3
View File
@@ -1,5 +1,5 @@
/* $Id: drv_IRLCD.c 773 2008-07-14 12:00:00Z jpcivade $
* $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_IRLCD.c $
/* $Id$
* $URL$
*
**************************************************************************
* Driver for IRLCD : simple USB1.1 LCD + IR Receiver based on ATtiny2313 *
@@ -309,7 +309,7 @@ int drv_IRLCD_init(const char *section, const int quiet)
int asc255bug;
int ret;
info("%s: %s", Name, "$Rev: 773 $");
info("%s: %s", Name, "$Rev$");
/* display preferences */
XRES = 5; /* pixel width of one char */
+3 -3
View File
@@ -1,5 +1,5 @@
/* $Id: drv_picoLCDGraphic.c 840 2007-09-09 12:17:42Z michael $
* $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drv_picoLCDGraphic.c $
/* $Id$
* $URL$
*
* driver for picoLCD Graphic(256x64) displays from mini-box.com
*
@@ -542,7 +542,7 @@ int drv_pLG_init(const char *section, const int quiet)
{
int ret;
info("%s: %s", Name, "$Rev: 840 $");
info("%s: %s", Name, "$Rev$");
info("PICOLCD Graphic initialization\n");
+2 -2
View File
@@ -1,5 +1,5 @@
/* $Id: drv_Sample.c 840 2007-09-09 12:17:42Z michael $
* $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drv_Sample.c $
/* $Id$
* $URL$
*
* ST2205U-driven hacked picture frame driver.
* See http://picframe.spritesserver.nl/ for more info.
+3 -3
View File
@@ -1,5 +1,5 @@
/* $Id: drv_Sample.c 840 2007-09-09 12:17:42Z michael $
* $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drv_Sample.c $
/* $Id$
* $URL$
*
* ULA200 driver for lcd4linux
*
@@ -687,7 +687,7 @@ int drv_ula200_init(const char *section, const int quiet)
WIDGET_CLASS wc;
int ret;
ULA200_INFO("%s", "$Rev: 840 $");
ULA200_INFO("%s", "$Rev$");
/* display preferences */
XRES = ULA200_CELLWIDTH; /* pixel width of one char */
+2 -2
View File
@@ -1,5 +1,5 @@
/* $Id: plugin_sample.c 840 2007-09-09 12:17:42Z michael $
* $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/plugin_sample.c $
/* $Id$
* $URL$
*
* plugin for asterisk
*
+2 -2
View File
@@ -1,5 +1,5 @@
/* $Id: plugin_sample.c 840 2007-09-09 12:17:42Z michael $
* $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/plugin_sample.c $
/* $Id$
* $URL$
*
* plugin that forks and exec's once a key is pressed. the difference to the exec plugin is: this can also only be done once!
*
+1
View File
@@ -37,6 +37,7 @@
#include <time.h>
#include <stdlib.h>
#include <string.h>
#include "debug.h"
#include "plugin.h"