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

Modified Files:
	proto.h 
Log Message:
Te planet list window can now be used with info, lock and certain RCDs.
In other words, you can lock onto planets through the planet list window,
and send planet-related RCDs  through the window as well.
Left clicking the planet list window will toggle between a sorted and
unsorted planet list, right clicking will close the planet window.  Team's
starting planets are now separated by a white line.
Sorting functionality to come in a later patch.

Index: proto.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/proto.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- proto.h	13 Mar 2007 18:34:59 -0000	1.38
+++ proto.h	16 Mar 2007 01:44:23 -0000	1.39
@@ -868,6 +868,7 @@
 /******************************************************************************/
 void planetlist (void);
 void updatePlanetw (void);
+int GetPlanetFromPlist (int x, int y);
 
 /******************************************************************************/
 /***  playback.c