Add missing function placeholders for Evas_Smart_Class.

SVN revision: 51326
devs/princeamd/enlightenment-0.17-elive
Christopher Michael 13 years ago
parent 0535084762
commit ead21f1854
  1. 5
      src/bin/e_widget.c

@ -581,7 +581,10 @@ _e_smart_init(void)
NULL,
NULL,
NULL,
NULL
NULL,
NULL,
NULL,
NULL
};
_e_smart = evas_smart_class_new(&sc);
}

Loading…
Cancel
Save