summaryrefslogtreecommitdiff
path: root/src/Makefile_Evas.am
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2016-06-17 15:32:37 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2016-06-17 19:32:43 +0900
commit4653cc44ddb2b019bf7e09f498fbd103a88ee744 (patch)
treeaa810cc7bddbb8a0b7aef69deaf99edc5e9669cb /src/Makefile_Evas.am
parent9c156c0be7f93a67f741a2a57a074af8ee4ae4e3 (diff)
downloadefl-4653cc44ddb2b019bf7e09f498fbd103a88ee744.tar.gz
Evas: Cleanup evas smart clipped class
This is legacy stuff. I wish we could hide it from our inheritance entirely. Instead, just make it abstract, remove all functions from eo (doable here) and rename with the keyword "internal" in the new ugly java style name.
Diffstat (limited to 'src/Makefile_Evas.am')
-rw-r--r--src/Makefile_Evas.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am
index 026c19e615..4f3ddd2957 100644
--- a/src/Makefile_Evas.am
+++ b/src/Makefile_Evas.am
@@ -42,7 +42,7 @@ evas_eolian_pub_files = \
lib/evas/canvas/efl_canvas_surface_x11.eo \
lib/evas/canvas/efl_canvas_surface_wayland.eo \
lib/evas/canvas/efl_canvas_filter_internal.eo \
- lib/evas/canvas/evas_smart_clipped.eo \
+ lib/evas/canvas/efl_canvas_object_internal_smart_clipped.eo \
lib/evas/canvas/efl_event_input.eo \
lib/evas/canvas/efl_event_key.eo \
lib/evas/canvas/efl_event_pointer.eo \