Update of /cvsroot/netrek/client/netrekxp/include In directory sc8-pr-cvs16:/tmp/cvs-serv11481/include Modified Files: proto.h Log Message: Fix assumption in STATSIZE and MESSAGESIZE defines that text is only 10 pixels high. Fixed text dashboard to work with increased font size. New function DashMaxWidth() to take into account that dash may need to be wider than tactical, if font size is sufficiently large. Tested against text dashboard only so far. Index: proto.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/proto.h,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- proto.h 13 Apr 2007 07:12:21 -0000 1.49 +++ proto.h 13 Apr 2007 09:10:15 -0000 1.50 @@ -63,6 +63,7 @@ //static void db_box(int x, int y, int w, int h, int f, int color); //static void db_bar(char *lab, int x, int y, int value, int tmpmax, int max, int digits, int color); //static void db_flags(int fr); +int DashMaxWidth(void); void light_erase (void); void light_receive (void); void light_send (void);