diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-09-26 19:33:56 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-09-26 22:00:02 +0900 |
commit | 7cc23b17540ae59fe0c7e8cc32d10906d32f756b (patch) | |
tree | f787bb55c1c616cfc2d33d889f4734f5423ca6da /src | |
parent | 15f0614e6f37c8e74fa0cfc9b237f98c8f27f8d0 (diff) |
elm: win part EO files are public
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile_Elementary.am | 2 | ||||
-rw-r--r-- | src/lib/elementary/Elementary.h | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am index 110fdb60c6..f48a2e2e07 100644 --- a/src/Makefile_Elementary.am +++ b/src/Makefile_Elementary.am | |||
@@ -141,12 +141,12 @@ elm_public_eolian_files = \ | |||
141 | lib/elementary/efl_ui_textpath.eo \ | 141 | lib/elementary/efl_ui_textpath.eo \ |
142 | lib/elementary/efl_ui_textpath_part.eo \ | 142 | lib/elementary/efl_ui_textpath_part.eo \ |
143 | lib/elementary/efl_ui_translatable.eo \ | 143 | lib/elementary/efl_ui_translatable.eo \ |
144 | lib/elementary/efl_ui_win_part.eo \ | ||
144 | $(NULL) | 145 | $(NULL) |
145 | 146 | ||
146 | # Private classes (not exposed or shipped) | 147 | # Private classes (not exposed or shipped) |
147 | elm_private_eolian_files = \ | 148 | elm_private_eolian_files = \ |
148 | lib/elementary/efl_ui_internal_text_interactive.eo \ | 149 | lib/elementary/efl_ui_internal_text_interactive.eo \ |
149 | lib/elementary/efl_ui_win_part.eo \ | ||
150 | tests/elementary/focus_test.eo \ | 150 | tests/elementary/focus_test.eo \ |
151 | tests/elementary/focus_test_sub_main.eo \ | 151 | tests/elementary/focus_test_sub_main.eo \ |
152 | $(NULL) | 152 | $(NULL) |
diff --git a/src/lib/elementary/Elementary.h b/src/lib/elementary/Elementary.h index 81e5bb6930..37d33e5671 100644 --- a/src/lib/elementary/Elementary.h +++ b/src/lib/elementary/Elementary.h | |||
@@ -271,6 +271,7 @@ EAPI extern Elm_Version *elm_version; | |||
271 | # include <efl_ui_layout_part_content.eo.h> | 271 | # include <efl_ui_layout_part_content.eo.h> |
272 | # include <efl_ui_layout_part_text.eo.h> | 272 | # include <efl_ui_layout_part_text.eo.h> |
273 | # include <efl_ui_layout_part_table.eo.h> | 273 | # include <efl_ui_layout_part_table.eo.h> |
274 | # include <efl_ui_win_part.eo.h> | ||
274 | # include <efl_ui_box.eo.h> | 275 | # include <efl_ui_box.eo.h> |
275 | # include <efl_ui_box_flow.eo.h> | 276 | # include <efl_ui_box_flow.eo.h> |
276 | # include <efl_ui_box_stack.eo.h> | 277 | # include <efl_ui_box_stack.eo.h> |
@@ -286,7 +287,7 @@ EAPI extern Elm_Version *elm_version; | |||
286 | # include <efl_ui_text_async.eo.h> | 287 | # include <efl_ui_text_async.eo.h> |
287 | # include <efl_ui_clock.eo.h> | 288 | # include <efl_ui_clock.eo.h> |
288 | # include <efl_ui_image_factory.eo.h> | 289 | # include <efl_ui_image_factory.eo.h> |
289 | #include <efl_ui_slider_interval.eo.h> | 290 | # include <efl_ui_slider_interval.eo.h> |
290 | #endif | 291 | #endif |
291 | 292 | ||
292 | /* include deprecated calls last of all */ | 293 | /* include deprecated calls last of all */ |