Update of /cvsroot/netrek/client/netrekxp/include
In directory sc8-pr-cvs16:/tmp/cvs-serv26203/include

Modified Files:
	data.h 
Log Message:
New option richTextMove to allow window movement of the richtext
message windows specificaly.  Off by default.  Makes it easier to
highlight and select text in the message windows.
Removed scroll to caret upon adding a new message to a richtext
window, this was unnecessarily scrolling the window to the bottom
in certain situations.

Index: data.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- data.h	14 Apr 2007 09:49:33 -0000	1.78
+++ data.h	18 Apr 2007 09:41:32 -0000	1.79
@@ -724,6 +724,7 @@
 extern WNDPROC lpfnDefRichEditWndProc;  /* default window procedure for our richedit controls */
 
 extern int richText;    	/* rich text message windows */
+extern int richTextMove;	/* allow rich text windows to be moved */
 extern int newQuit;     	/* new quit clock */
 extern int newTeams;		/* new team windows */
 extern int soundVolume; 	/* Starting sound volume (0-128 range) */