cogl-path: Make cogl_path_arc_rel static
authorNeil Roberts <neil@linux.intel.com>
Thu, 22 Apr 2010 17:14:40 +0000 (18:14 +0100)
committerNeil Roberts <neil@linux.intel.com>
Thu, 22 Apr 2010 17:17:59 +0000 (18:17 +0100)
commita881c8b07e73325749bb2ab6c0d4d5710507b016
treec172aa739d9d75715d272d9aff1bb6aa4f6d9cd5
parente16f05326e72484a38c5154ecdf973de2c35445a
cogl-path: Make cogl_path_arc_rel static

cogl_path_arc_rel was never in any public headers so it isn't part of
the public API. It also has a slightly inconsistent name because the
rest of the relative path functions are called cogl_path_rel_*. This
patch makes it static for now to make it more obvious that it isn't
public. The name has changed to _cogl_path_rel_arc.
clutter/cogl/cogl/cogl-path.c