Update of /cvsroot/netrek/client/netrekxp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26913/include Modified Files: bitmaps.h data.h Log Message: Added pretty geno bitmap (no it's not Kathy Ireland, it's a color galaxy picture) Index: bitmaps.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/bitmaps.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- bitmaps.h 29 Apr 2006 19:22:38 -0000 1.5 +++ bitmaps.h 1 May 2006 16:10:18 -0000 1.6 @@ -77,6 +77,7 @@ #define BMP_SHIELD 16 #define BMP_VSHIELD 17 #define BMP_STIPPLE 22 +#define BMP_GENO 23 #define BMP_SHIPEXPL_FRAMES 5 #define BMP_SBEXPL_FRAMES 7 Index: data.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- data.h 29 Apr 2006 19:22:38 -0000 1.10 +++ data.h 1 May 2006 16:10:18 -0000 1.11 @@ -232,7 +232,7 @@ extern double Sin[], Cos[]; -extern W_Icon stipple, clockpic; +extern W_Icon stipple, clockpic, genopic; extern W_Icon base_expview; extern W_Icon expview[BMP_SHIPEXPL_FRAMES];