aboutsummaryrefslogtreecommitdiffstats
path: root/drv_LUIse.c
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2007-04-30 09:35:54 +0200
committerReinhard Tartler <siretart@tauware.de>2007-04-30 09:35:54 +0200
commit874ef72c5b807b61bc53dbaa0fa623b40bff1736 (patch)
tree3c44151e2132fa82d3e7eef2aa82eee1c9e1369d /drv_LUIse.c
parentcbaf3ad73900f63eae0add0e33439a1bf04b5a1e (diff)
downloadlcd4linux-874ef72c5b807b61bc53dbaa0fa623b40bff1736.tar.gz
new upstream version
Diffstat (limited to '')
-rw-r--r--drv_LUIse.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/drv_LUIse.c b/drv_LUIse.c
index 578f218..4ebec53 100644
--- a/drv_LUIse.c
+++ b/drv_LUIse.c
@@ -1,4 +1,4 @@
-/* $Id: drv_LUIse.c 728 2007-01-14 11:14:38Z michael $
+/* $Id: drv_LUIse.c 773 2007-02-25 12:39:09Z michael $
* $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_LUIse.c $
*
* LUIse lcd4linux driver
@@ -270,7 +270,7 @@ int drv_LUIse_init(const char *section, const int quiet)
{
int ret;
- info("%s: %s", Name, "$Rev: 728 $");
+ info("%s: %s", Name, "$Rev: 773 $");
/* real worker functions */
drv_generic_graphic_real_blit = drv_LUIse_blit;
@@ -329,8 +329,8 @@ int drv_LUIse_quit(const int quiet)
/* use this one for a graphic display */
DRIVER drv_LUIse = {
- name:Name,
- list:drv_LUIse_list,
- init:drv_LUIse_init,
- quit:drv_LUIse_quit,
+ .name = Name,
+ .list = drv_LUIse_list,
+ .init = drv_LUIse_init,
+ .quit = drv_LUIse_quit,
};