transparent XPMs

Originally committed to SVN as r245.
This commit is contained in:
David Lamparter 2006-03-26 01:38:56 +00:00
parent c29c7141cf
commit ba5af80245
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ for I in *.bmp
do
DNAME="`grep "bitmaps/$I" $RESFILE | cut -d ' ' -f 1`"
echo -e "${DNAME}_xpm.xpm: \$(srcdir)/$I
\tconvert \$(srcdir)/$I ${DNAME}_xpm.xpm
\tconvert -transparent \\#c0c0c0 \$(srcdir)/$I ${DNAME}_xpm.xpm
"
XPMNAMES="${XPMNAMES} ${DNAME}_xpm.xpm"
done