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

Modified Files:
	data.h 
Log Message:
Backend for new options clickDelay (controls continous mouse repeat
rate) and packetLights (show packets via 2 blinking dots on dash).
Taken from TedTurner client.

Index: data.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- data.h	19 Mar 2007 19:59:43 -0000	1.65
+++ data.h	25 Mar 2007 23:44:35 -0000	1.66
@@ -478,6 +478,7 @@
 extern int continuousMouse;
 extern int continuousMouseFix;
 extern int motionThresh;
+extern int clickDelay;
 extern int motion_mouse_enablable;
 extern int motion_mouse_steering;
 
@@ -722,4 +723,5 @@
 extern int lockLine;		/* draw dashed line on map from you to lock target */
 extern int weaponsOnMap;	/* draw weapons fire on map */
 extern int sortPlanets; 	/* sort planet list by team and army count */
+extern int packetLights;        /* show packet send/receive via dashboard */
 #endif /* _h_data */