diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2019-02-20 21:32:41 +0100 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2019-02-21 19:20:09 +0100 |
commit | 220f17ee8dba8545b1c6cf5c3df5ba01b079711c (patch) | |
tree | 12a0376dbecd1fa09919b72b65bfe3488bf0bd3c /src/lib/evas/Evas_Eo.h | |
parent | cc9f236a29e847c818e5cf535cbf285bb447b9f8 (diff) |
Rename Efl.Gfx.Map -> Efl.Gfx.Mapping
Summary:
For clarity, since there are all kinds of maps, including a navigation map
widget.
Also, corrected some misspellings.
Test Plan: make && make check && make examples all work
Reviewers: cedric, zmike, bu5hm4n
Reviewed By: cedric
Subscribers: Jaehyun_Cho, #reviewers, #committers
Tags: #efl
Maniphest Tasks: T7564
Differential Revision: https://phab.enlightenment.org/D7974
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index 9cea6ddc77..a2c3e5c9e6 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -425,7 +425,7 @@ typedef void (Evas_Canvas3D_Surface_Func)(Evas_Real *out_x, | |||
425 | #include "canvas/efl_canvas_image.eo.h" | 425 | #include "canvas/efl_canvas_image.eo.h" |
426 | #include "canvas/efl_canvas_snapshot.eo.h" | 426 | #include "canvas/efl_canvas_snapshot.eo.h" |
427 | #include "canvas/efl_canvas_proxy.eo.h" | 427 | #include "canvas/efl_canvas_proxy.eo.h" |
428 | #include "canvas/efl_gfx_map.eo.h" | 428 | #include "canvas/efl_gfx_mapping.eo.h" |
429 | #endif /* EFL_EO_API_SUPPORT */ | 429 | #endif /* EFL_EO_API_SUPPORT */ |
430 | 430 | ||
431 | #if defined(EFL_BETA_API_SUPPORT) && defined(EFL_EO_API_SUPPORT) | 431 | #if defined(EFL_BETA_API_SUPPORT) && defined(EFL_EO_API_SUPPORT) |