diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-14 14:59:57 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-06-14 16:27:42 +0900 |
commit | 8a0e74afa820769a4fe41a61a502cac96c9626e3 (patch) | |
tree | 27c5a3e4d55773fbed1d34356424d5d40be24947 /src/lib/evas/Evas_Eo.h | |
parent | 254f5ef772c42ba48b3286433d9e0d58fcb96c74 (diff) |
evas: Move canvas events to a common interface
This merges window and evas events into a single name.
Some events are marked as @beta as they shouldn't really be
part of our EO API.
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index f04bec5a79..7a499a5271 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -8,6 +8,8 @@ | |||
8 | #include "canvas/efl_ui_selectable.eo.h" | 8 | #include "canvas/efl_ui_selectable.eo.h" |
9 | #include "canvas/efl_ui_zoomable.eo.h" | 9 | #include "canvas/efl_ui_zoomable.eo.h" |
10 | 10 | ||
11 | #include "canvas/efl_canvas.eo.h" | ||
12 | |||
11 | #include "canvas/evas_canvas.eo.h" | 13 | #include "canvas/evas_canvas.eo.h" |
12 | 14 | ||
13 | /** | 15 | /** |