projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aafae9
)
efl: fix typos that emitted the wrong PATH type.
author
Cedric BAIL
<cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:23:05 +0000
(16:23 +0200)
committer
Cedric BAIL
<cedric@osg.samsung.com>
Fri, 3 Apr 2015 14:23:05 +0000
(16:23 +0200)
src/lib/efl/interfaces/efl_graphics_utils.c
patch
|
blob
|
history
diff --git
a/src/lib/efl/interfaces/efl_graphics_utils.c
b/src/lib/efl/interfaces/efl_graphics_utils.c
index 3aa11c4fb6282928dc064fb2b836900789a6e549..9edb75cad4611ddafaabb3eca6e59d7c875ad357 100644
(file)
--- a/
src/lib/efl/interfaces/efl_graphics_utils.c
+++ b/
src/lib/efl/interfaces/efl_graphics_utils.c
@@
-244,7
+244,7
@@
efl_graphics_path_append_close(Efl_Graphics_Path_Command **commands, double **po
{
double *offset_point;
- efl_graphics_path_grow(EFL_GRAPHICS_PATH_COMMAND_TYPE_
ARC_TO
,
+ efl_graphics_path_grow(EFL_GRAPHICS_PATH_COMMAND_TYPE_
CLOSE
,
commands, points, &offset_point);
}