Update of /cvsroot/pure-data/externals/pidip/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5413/modules
Modified Files: Tag: branch-v0-39-2-extended pdp_colorgrid.c Log Message: extended image path kludge to GNU/Linux
Index: pdp_colorgrid.c =================================================================== RCS file: /cvsroot/pure-data/externals/pidip/modules/pdp_colorgrid.c,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** pdp_colorgrid.c 10 May 2007 05:03:57 -0000 1.1.2.2 --- pdp_colorgrid.c 10 May 2007 05:16:50 -0000 1.1.2.3 *************** *** 25,29 **** #endif
! #define COLORGRID_IMG "/Applications/Pd-extended.app/Contents/Resources/extra/colorgrid.pnm" #define DEFAULT_COLORGRID_WIDTH 256 #define DEFAULT_COLORGRID_HEIGHT 50 --- 25,34 ---- #endif
! #ifdef __APPLE__ ! #define COLORGRID_IMG "/Applications/Pd-0.39.2-extended-rc2.app/Contents/Resources/doc/examples/pidip/images/colorgrid.pnm" ! #endif ! #ifdef __gnu_linux__ ! #define COLORGRID_IMG "/usr/local/lib/pd/doc/examples/pidip/images/colorgrid.pnm" ! #endif #define DEFAULT_COLORGRID_WIDTH 256 #define DEFAULT_COLORGRID_HEIGHT 50