Revision: 8416
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8416&view=rev
Author: mdehoon
Date: 2010-06-12 06:53:03 +0000 (Sat, 12 Jun 2010)
Log Message:
-----------
Update the declaration of get_path_iterator, which was changed in
src/path_cleanup.cpp in revision 6897.
Revision Links:
--------------
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6897&view=rev
Modified Paths:
--------------
trunk/matplotlib/src/path_cleanup.h
Modified: trunk/matplotlib/src/path_cleanup.h
===================================================================
--- trunk/matplotlib/src/path_cleanup.h 2010-06-11 18:17:52 UTC (rev 8415)
+++ trunk/matplotlib/src/path_cleanup.h 2010-06-12 06:53:03 UTC (rev 8416)
@@ -13,7 +13,8 @@
void*
get_path_iterator(
PyObject* path, PyObject* trans, int remove_nans, int do_clip,
- double rect[4], enum e_quantize_mode quantize_mode, int do_simplify);
+ double rect[4], enum e_quantize_mode quantize_mode, double stroke_width,
+ int do_simplify);
unsigned
get_vertex(void* pipeline, double* x, double* y);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|