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

Modified Files:
	data.h proto.h 
Log Message:
Fixed up clock hand display using mask.
Rewrote dashboard special info function to be smarter and only redraw when something changes.
Some more bitmap changes to make ships more distinct.

Index: data.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- data.h	18 May 2006 07:15:35 -0000	1.16
+++ data.h	19 May 2006 18:08:07 -0000	1.17
@@ -234,7 +234,7 @@
 
 extern double Sin[], Cos[];
 
-extern W_Icon stipple, clockpic, clockhandpic, genopic;
+extern W_Icon stipple, clockpic, clockhandpic, clockhandmask, genopic;
 
 extern W_Icon base_expview;
 extern W_Icon expview[BMP_SHIPEXPL_FRAMES];

Index: proto.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/proto.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- proto.h	18 May 2006 07:15:35 -0000	1.16
+++ proto.h	19 May 2006 18:08:07 -0000	1.17
@@ -67,6 +67,7 @@
 void db_redraw_krp (int fr);
 void db_redraw_COW (int fr);
 void db_redraw (int fr);
+void db_special (int fr, int x, int y);
 int repair_time (void);
 
 /******************************************************************************/