diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2016-09-12 16:18:08 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2016-09-12 16:19:10 -0700 |
commit | b5456893ee8a1a86a9b7e0342f644f3785711e06 (patch) | |
tree | e60f6e7ccea13dd31453aee959f4289e915c0460 /src/lib/evas/include/evas_private.h | |
parent | 59a77b331554e6f25bc2ecefd105be8ee296d495 (diff) |
evas: start working on efl_canvas_output.
This should when done enable the possibility for multi screen in wayland
along with remote display, wireless display and screencasting.
Diffstat (limited to 'src/lib/evas/include/evas_private.h')
-rw-r--r-- | src/lib/evas/include/evas_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/evas/include/evas_private.h b/src/lib/evas/include/evas_private.h index dfa048816a..5a10522682 100644 --- a/src/lib/evas/include/evas_private.h +++ b/src/lib/evas/include/evas_private.h | |||
@@ -52,7 +52,6 @@ | |||
52 | #include "canvas/evas_box.eo.h" | 52 | #include "canvas/evas_box.eo.h" |
53 | #include "canvas/evas_table.eo.h" | 53 | #include "canvas/evas_table.eo.h" |
54 | #include "canvas/evas_grid.eo.h" | 54 | #include "canvas/evas_grid.eo.h" |
55 | #include "canvas/evas_out.eo.h" | ||
56 | 55 | ||
57 | #define RENDER_METHOD_INVALID 0x00000000 | 56 | #define RENDER_METHOD_INVALID 0x00000000 |
58 | 57 | ||