mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
* clutter/cogl/common/cogl-primitives.c: (cogl_path_rel_curve_to):
fixed naming of implementation of cogl_path_rel_curve_to (it was called just cogl_rel_curve_to).
This commit is contained in:
parent
2911fc03db
commit
f3b121ac96
@ -440,7 +440,6 @@ _cogl_path_bezier3_sub (CoglBezCubic *cubic)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
cogl_path_curve_to (ClutterFixed x1,
|
||||
ClutterFixed y1,
|
||||
@ -471,7 +470,7 @@ cogl_path_curve_to (ClutterFixed x1,
|
||||
}
|
||||
|
||||
void
|
||||
cogl_rel_curve_to (ClutterFixed x1,
|
||||
cogl_path_rel_curve_to (ClutterFixed x1,
|
||||
ClutterFixed y1,
|
||||
ClutterFixed x2,
|
||||
ClutterFixed y2,
|
||||
|
Loading…
Reference in New Issue
Block a user