diff options
author | Cedric Bail <cedric.bail@free.fr> | 2019-10-31 13:20:33 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-10-31 13:29:56 -0400 |
commit | 7dc98ab3d01b47f14552ca021d49b49b24fb7057 (patch) | |
tree | 483e5fe2f047c1ab3cbe0c55de4d38793625d44a /src/lib/efl/Efl.h | |
parent | 72be0842ab514b43124f6fd17066039ccf78cec5 (diff) |
evas: move efl_input_device into evas/Efl_Canvas.h
Summary:
The internal and the API we would like is mostly a canvas API. A lot of the code
in evas is working around the fact that efl_input_device is not defined inside Evas.
This patch is the first step to try to clean this up.
Depends on D10487
Reviewers: zmike, raster, bu5hm4n, Hermet
Reviewed By: zmike
Subscribers: #reviewers, #committers
Tags: #efl
Maniphest Tasks: T8321
Differential Revision: https://phab.enlightenment.org/D10488
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/Efl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h index f20979bd52..296fc1b359 100644 --- a/src/lib/efl/Efl.h +++ b/src/lib/efl/Efl.h | |||
@@ -174,13 +174,7 @@ typedef Efl_Gfx_Path_Command_Type Efl_Gfx_Path_Command; | |||
174 | #include "interfaces/efl_gfx_text_class.eo.h" | 174 | #include "interfaces/efl_gfx_text_class.eo.h" |
175 | #include "interfaces/efl_gfx_size_class.eo.h" | 175 | #include "interfaces/efl_gfx_size_class.eo.h" |
176 | 176 | ||
177 | /* Input events */ | ||
178 | #include "interfaces/efl_input_types.eot.h" | ||
179 | #include "interfaces/efl_input_device.eo.h" | ||
180 | |||
181 | /* Canvas & UI */ | 177 | /* Canvas & UI */ |
182 | #include "interfaces/efl_canvas_scene.eo.h" | ||
183 | #include "interfaces/efl_canvas_pointer.eo.h" | ||
184 | #include "interfaces/efl_ui_view.eo.h" | 178 | #include "interfaces/efl_ui_view.eo.h" |
185 | #include "interfaces/efl_ui_property_bind.eo.h" | 179 | #include "interfaces/efl_ui_property_bind.eo.h" |
186 | #include "interfaces/efl_ui_factory.eo.h" | 180 | #include "interfaces/efl_ui_factory.eo.h" |