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

Modified Files:
	proto.h 
Log Message:
Changed it so that if dynamicBitmap is set to off, only the necessary bitmap files will load into memory.  This required modifying the load order of the main client function, so that the reset_defaults is called before newwin.  Reset_defaults loads the .netrekrc values, which is necessary for reading in what bitmaps the user wants to load.  Newwin, among other things, saves the bitmaps into memory.  To the best I can tell, changing the order has no unintended side effects.

Index: proto.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/proto.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- proto.h	12 Apr 2006 04:20:03 -0000	1.2
+++ proto.h	16 Apr 2006 14:18:19 -0000	1.3
@@ -719,6 +719,11 @@
 /******************************************************************************/
 //static void handleMessageWindowKeyDown(W_Event * event);
 //static void handleMessageWindowButton(W_Event * event);
+void loadbitmaps (void);
+void loadbitmaps1 (void);
+void loadbitmapsT (void);
+void loadbitmapsM (void);
+void loadbitmapsG (void);
 newwin (char *hostmon,
         char *progname);
 mapAll (void);