Update of /cvsroot/netrek/client/netrekxp/include In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32227/include Modified Files: data.h Log Message: Yet another attempt at fixing border issues. Deals with problem of double buffering and how it changes border on death, but not to the same "window" that is used for the local/map windows. Forces a border redraw upon reentry into game for all cases, to be safe. Index: data.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- data.h 13 Mar 2007 18:34:59 -0000 1.55 +++ data.h 13 Mar 2007 22:31:17 -0000 1.56 @@ -51,6 +51,7 @@ extern unsigned int oldalert; extern unsigned char oldtourn; extern int alertBorderColor; +extern int forceBorder; extern int remap[]; extern int udcounter; extern char *title;