Update of /cvsroot/netrek/client/netrekxp/include
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv13810/include

Modified Files:
	data.h 
Log Message:
Fixed case of view box not updating under certain circumstances, like flipping through options menus
Changed drawing of the new ship bitmaps to overwrite any other image on the screen, except for where the ship source bitmap is black (black treated as transparent).  Logic being that ship draws should take precedence over things like planet and planet resource draws, to make it easier to see the new ships.
Removed the clock masking bitmap, instead using true transparent drawing

Index: data.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- data.h	11 Jun 2006 20:53:52 -0000	1.31
+++ data.h	12 Jun 2006 14:10:29 -0000	1.32
@@ -244,7 +244,7 @@
 
 extern double Sin[], Cos[];
 
-extern W_Icon stipple, clockpic, clockhandpic, clockhandmask, genopic, genopic2;
+extern W_Icon stipple, clockpic, clockhandpic, genopic, genopic2;
 
 extern W_Icon base_expview;
 extern W_Icon expview[BMP_SHIPEXPL_FRAMES];