From dcc438c6eb3d4674adf5650010518811022473d0 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 9 Mar 2010 16:56:31 +0000 Subject: [PATCH] more members for newer struct - init to null. SVN revision: 47092 --- src/lib/elm_widget.c | 4 +++- src/lib/els_icon.c | 4 +++- src/lib/els_pan.c | 4 +++- src/lib/els_scroller.c | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/lib/elm_widget.c b/src/lib/elm_widget.c index 62b51f4..bfe304e 100644 --- a/src/lib/elm_widget.c +++ b/src/lib/elm_widget.c @@ -999,7 +999,9 @@ _smart_init(void) _smart_calculate, NULL, NULL, - NULL + NULL, + NULL, + NULL }; _e_smart = evas_smart_class_new(&sc); } diff --git a/src/lib/els_icon.c b/src/lib/els_icon.c index d3743f7..f75208d 100644 --- a/src/lib/els_icon.c +++ b/src/lib/els_icon.c @@ -347,7 +347,9 @@ _smart_init(void) NULL, NULL, NULL, - NULL + NULL, + NULL, + NULL }; _e_smart = evas_smart_class_new(&sc); } diff --git a/src/lib/els_pan.c b/src/lib/els_pan.c index c9e1590..c0f1f2f 100644 --- a/src/lib/els_pan.c +++ b/src/lib/els_pan.c @@ -264,7 +264,9 @@ _smart_init(void) NULL, NULL, NULL, - NULL + NULL, + NULL, + NULL }; _smart = evas_smart_class_new(&sc); } diff --git a/src/lib/els_scroller.c b/src/lib/els_scroller.c index 195acc3..d84f310 100644 --- a/src/lib/els_scroller.c +++ b/src/lib/els_scroller.c @@ -2152,7 +2152,9 @@ _smart_init(void) NULL, NULL, NULL, - NULL + NULL, + NULL, + NULL }; _smart = evas_smart_class_new(&sc); } -- 2.7.4