From 8a0e74afa820769a4fe41a61a502cac96c9626e3 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Tue, 14 Jun 2016 14:59:57 +0900 Subject: 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. --- src/lib/evas/Evas_Eo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/evas/Evas_Eo.h') 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 @@ #include "canvas/efl_ui_selectable.eo.h" #include "canvas/efl_ui_zoomable.eo.h" +#include "canvas/efl_canvas.eo.h" + #include "canvas/evas_canvas.eo.h" /** -- cgit v1.2.1