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,7 +999,9 @@ _smart_init(void)
_smart_calculate,
NULL,
NULL,
NULL
NULL,
NULL,
NULL
};
_e_smart = evas_smart_class_new(&sc);
}

View File

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

View File

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

View File

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