aboutsummaryrefslogtreecommitdiffstats
path: root/widget_text.c
diff options
context:
space:
mode:
Diffstat (limited to 'widget_text.c')
-rw-r--r--widget_text.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/widget_text.c b/widget_text.c
index a09c118..ffe1863 100644
--- a/widget_text.c
+++ b/widget_text.c
@@ -1,4 +1,4 @@
-/* $Id: widget_text.c 749 2007-01-20 06:37:35Z michael $
+/* $Id: widget_text.c 773 2007-02-25 12:39:09Z michael $
* $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/widget_text.c $
*
* simple text widget handling
@@ -338,9 +338,9 @@ int widget_text_quit(WIDGET * Self)
WIDGET_CLASS Widget_Text = {
- name:"text",
- type:WIDGET_TYPE_RC,
- init:widget_text_init,
- draw:NULL,
- quit:widget_text_quit,
+ .name = "text",
+ .type = WIDGET_TYPE_RC,
+ .init = widget_text_init,
+ .draw = NULL,
+ .quit = widget_text_quit,
};