From: <ai...@us...> - 2014-01-22 23:43:13
|
Revision: 12954 http://sourceforge.net/p/plplot/code/12954 Author: airwin Date: 2014-01-22 23:43:10 +0000 (Wed, 22 Jan 2014) Log Message: ----------- Finish off the official deprecation of plrgb, plrgb1, plhls, and plwid in a consistent way. Modified Paths: -------------- trunk/include/plplot.h Modified: trunk/include/plplot.h =================================================================== --- trunk/include/plplot.h 2014-01-22 23:18:38 UTC (rev 12953) +++ trunk/include/plplot.h 2014-01-22 23:43:10 UTC (rev 12954) @@ -646,7 +646,9 @@ #define plgyax c_plgyax #define plgzax c_plgzax #define plhist c_plhist +#ifdef PL_DEPRECATED #define plhls c_plhls +#endif #define plhlsrgb c_plhlsrgb #define plimage c_plimage #define plimagefr c_plimagefr @@ -680,8 +682,10 @@ #define plptex3 c_plptex3 #define plrandd c_plrandd #define plreplot c_plreplot +#ifdef PL_DEPRECATED #define plrgb c_plrgb #define plrgb1 c_plrgb1 +#endif #define plrgbhls c_plrgbhls #define plschr c_plschr #define plscmap0 c_plscmap0 @@ -755,7 +759,9 @@ #define plvpor c_plvpor #define plvsta c_plvsta #define plw3d c_plw3d +#ifdef PL_DEPRECATED #define plwid c_plwid +#endif #define plwidth c_plwidth #define plwind c_plwind #define plxormod c_plxormod @@ -1978,10 +1984,12 @@ PLFLT xmax0, PLFLT ymin0, PLFLT ymax0, PLFLT zmin0, PLFLT zmax0, PLFLT alt, PLFLT az ); +#ifdef PL_DEPRECATED // Set pen width with deprecated integer width PLDLLIMPEXP void c_plwid( PLINT width ); +#endif // Set pen width. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |