diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2012-03-13 22:21:34 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2012-03-13 22:31:30 +0800 |
commit | 199821d8c3a63d4dbb72ab8cf6166cef06aae0d7 (patch) | |
tree | 16dcc3e3668e72fbdf326e3026bef5c8f6d32dc0 /cogl/cogl.symbols | |
parent | b13392dbe2e3c049f3cc528832554c1551496e8f (diff) | |
download | cogl-199821d8c3a63d4dbb72ab8cf6166cef06aae0d7.tar.gz |
cogl.symbols: Reinstate cogl2_clip_push_from_path
This API was re-added into COGL for the 1.10.x release as of commit
361bd516f. This will be removed once we branch into the 1.11.x development
cycle.
Diffstat (limited to 'cogl/cogl.symbols')
-rw-r--r-- | cogl/cogl.symbols | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cogl/cogl.symbols b/cogl/cogl.symbols index 8a322399..4ff0bd98 100644 --- a/cogl/cogl.symbols +++ b/cogl/cogl.symbols @@ -5,6 +5,9 @@ #endif #ifdef COGL_ENABLE_EXPERIMENTAL_API +/* cogl2_clip_push_from_path is only for 1.10.x*/ +cogl2_clip_push_from_path + cogl2_path_arc cogl2_path_close cogl2_path_curve_to |