more members for newer struct - init to null.

SVN revision: 47092
This commit is contained in:
Carsten Haitzler 2010-03-09 16:56:31 +00:00
parent 8599a54123
commit f3034c8196
4 changed files with 12 additions and 4 deletions

View File

@ -999,6 +999,8 @@ _smart_init(void)
_smart_calculate, _smart_calculate,
NULL, NULL,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_smart = evas_smart_class_new(&sc); _e_smart = evas_smart_class_new(&sc);

View File

@ -347,6 +347,8 @@ _smart_init(void)
NULL, NULL,
NULL, NULL,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_smart = evas_smart_class_new(&sc); _e_smart = evas_smart_class_new(&sc);

View File

@ -264,6 +264,8 @@ _smart_init(void)
NULL, NULL,
NULL, NULL,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_smart = evas_smart_class_new(&sc); _smart = evas_smart_class_new(&sc);

View File

@ -2152,6 +2152,8 @@ _smart_init(void)
NULL, NULL,
NULL, NULL,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_smart = evas_smart_class_new(&sc); _smart = evas_smart_class_new(&sc);