developer/check: configure: WARNING: filterdiff not installed; build will not be...
[oi-userland.git] / components / image / plplot / patches / 04-plbox.c.patch
blobedcf9b629563293aeb3ec5d4e12ac6ad3e5acb91
1 --- plplot-5.9.9/src/plbox.c Thu Oct 13 02:43:01 2011
2 +++ plplot-5.9.9/src/plbox.c.1 Sat May 27 17:53:10 2017
3 @@ -1817,6 +1817,9 @@
4 // Writes numeric labels on side(s) of box in custom locations
5 //--------------------------------------------------------------------------
7 +extern void plwxtik( PLFLT x, PLFLT y, PLBOOL minor, PLBOOL invert );
8 +extern void plwytik( PLFLT x, PLFLT y, PLBOOL minor, PLBOOL invert );
10 void
11 label_box_custom( const char *xopt, PLINT n_xticks, const PLFLT *xticks, const char *yopt, PLINT n_yticks, const PLFLT *yticks )