aboutsummaryrefslogtreecommitdiffstats
path: root/widget_gpo.c
diff options
context:
space:
mode:
Diffstat (limited to 'widget_gpo.c')
-rw-r--r--widget_gpo.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/widget_gpo.c b/widget_gpo.c
index d46f464..e6dbaca 100644
--- a/widget_gpo.c
+++ b/widget_gpo.c
@@ -1,4 +1,4 @@
-/* $Id: widget_gpo.c 752 2007-01-20 14:05:38Z michael $
+/* $Id: widget_gpo.c 773 2007-02-25 12:39:09Z michael $
* $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/widget_gpo.c $
*
* GPO widget handling
@@ -119,9 +119,9 @@ int widget_gpo_quit(WIDGET * Self)
WIDGET_CLASS Widget_GPO = {
- name:"gpo",
- type:WIDGET_TYPE_GPO,
- init:widget_gpo_init,
- draw:NULL,
- quit:widget_gpo_quit,
+ .name = "gpo",
+ .type = WIDGET_TYPE_GPO,
+ .init = widget_gpo_init,
+ .draw = NULL,
+ .quit = widget_gpo_quit,
};