diff options
author | Hermet Park <hermetpark@gmail.com> | 2018-09-07 20:58:19 +0900 |
---|---|---|
committer | Hermet Park <hermetpark@gmail.com> | 2018-09-10 14:06:58 +0900 |
commit | ec69abed9d63e7876238dffc4b0d3398d1cd1be1 (patch) | |
tree | 4092e3211ea90d400711866a3413f909048ed81a /src/lib/evas/Evas_Eo.h | |
parent | 4fb9effee9ae87982dcd0731756ecc110b652c89 (diff) |
evas vg: changed "vg object" to "vg"
Summary:
Following our naming rule, rename to like other primitives.
i.e. efl_canvas_rect, efl_canvas_image, efl_canvas_vg ...
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D7013
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..2106acff8f 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -434,7 +434,7 @@ typedef void (Evas_Canvas3D_Surface_Func)(Evas_Real *out_x, | |||
434 | * | 434 | * |
435 | * @{ | 435 | * @{ |
436 | */ | 436 | */ |
437 | #include "canvas/efl_canvas_vg_object.eo.h" | 437 | #include "canvas/efl_canvas_vg.eo.h" |
438 | /** | 438 | /** |
439 | * @} | 439 | * @} |
440 | */ | 440 | */ |