tests/spec: use eo types here since this isn't supposed to use legacy

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D10232
This commit is contained in:
Mike Blumenkrantz 2019-09-27 11:06:05 -04:00 committed by Marcel Hollerbach
parent 26035da7b0
commit cf92adb149
1 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@
#include <Efl_Ui.h>
#include "../efl_check.h"
extern Evas_Object *win;
extern Evas_Object *widget;
extern Eo *win;
extern Eo *widget;
void efl_pack_behavior_test(TCase *tc);
void efl_pack_linear_behavior_test(TCase *tc);
@ -30,7 +30,7 @@ Efl_Ui_Widget* efl_test_parent_get(Eo *obj);
Eo* create_test_widget(void);
Evas_Object * win_add();
Eo * win_add();
const Efl_Class* efl_ui_widget_realized_class_get(void);