diff options
Diffstat (limited to 'src/bin/elementary/test_ui_tags.c')
-rw-r--r-- | src/bin/elementary/test_ui_tags.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/elementary/test_ui_tags.c b/src/bin/elementary/test_ui_tags.c index 2c8b3e6..410c7b2 100644 --- a/src/bin/elementary/test_ui_tags.c +++ b/src/bin/elementary/test_ui_tags.c | |||
@@ -1,6 +1,7 @@ | |||
1 | #ifdef HAVE_CONFIG_H | 1 | #ifdef HAVE_CONFIG_H |
2 | # include "elementary_config.h" | 2 | # include "elementary_config.h" |
3 | #endif | 3 | #endif |
4 | #include <Efl_Ui.h> | ||
4 | #include <Elementary.h> | 5 | #include <Elementary.h> |
5 | 6 | ||
6 | static void | 7 | static void |
@@ -59,7 +60,7 @@ test_ui_tags(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_i | |||
59 | char buf[PATH_MAX]; | 60 | char buf[PATH_MAX]; |
60 | 61 | ||
61 | win = efl_add(EFL_UI_WIN_CLASS, efl_main_loop_get(), | 62 | win = efl_add(EFL_UI_WIN_CLASS, efl_main_loop_get(), |
62 | efl_ui_win_type_set(efl_added, EFL_UI_WIN_BASIC), | 63 | efl_ui_win_type_set(efl_added, EFL_UI_WIN_TYPE_BASIC), |
63 | efl_text_set(efl_added, "Efl.Ui.Tags"), | 64 | efl_text_set(efl_added, "Efl.Ui.Tags"), |
64 | efl_ui_win_autodel_set(efl_added, EINA_TRUE)); | 65 | efl_ui_win_autodel_set(efl_added, EINA_TRUE)); |
65 | 66 | ||