aboutsummaryrefslogtreecommitdiffstats
path: root/widget_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'widget_timer.c')
-rw-r--r--widget_timer.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/widget_timer.c b/widget_timer.c
index 9627c50..a5c693f 100644
--- a/widget_timer.c
+++ b/widget_timer.c
@@ -137,9 +137,9 @@ int widget_timer_register(void)
WIDGET_CLASS Widget_Timer = {
- name:"timer",
- type:WIDGET_TYPE_TIMER,
- init:widget_timer_init,
- draw:NULL,
- quit:widget_timer_quit,
+ .name = "timer",
+ .type = WIDGET_TYPE_TIMER,
+ .init = widget_timer_init,
+ .draw = NULL,
+ .quit = widget_timer_quit,
};