Update of /cvsroot/netrek/client/netrekxp/include
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20265/include
Modified Files:
data.h proto.h
Log Message:
Restore old perror() function.
Add more debug info on failed metaping requests.
New netrekrc feature messageKeyOnly which disables the somewhat
annoying feature where any key pressed while mouse is over a message
window will attempt to send a message to that player slot #.
Index: data.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- data.h 1 Mar 2007 11:13:21 -0000 1.53
+++ data.h 2 Mar 2007 12:57:50 -0000 1.54
@@ -653,6 +653,8 @@
extern int mainResizeable; /* allow resize of netrek window */
extern int mainTitleBar; /* start netrek window with title bar on */
extern int playerListMessaging; /* allow message zoom when clicking on player list */
+extern int messageKeyOnly; /* only start messages with the actual message key(s),
+ if cursor in message windows */
extern int observerMode; /* set observer mode variable */
extern int observerPorts[]; /* predefined list of observer ports */
extern int showHockeyScore; /* show hockey score on map */
Index: proto.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/proto.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- proto.h 1 Mar 2007 07:35:44 -0000 1.36
+++ proto.h 2 Mar 2007 12:57:50 -0000 1.37
@@ -1235,7 +1235,7 @@
struct passwd *getpwuid ();
void sleep (int seconds);
double rint (double r);
-//void perror (const char *str);
+void perror (const char *str);
#ifdef NEW_SELECT
int PASCAL select (int nfds,
fd_set * readfds,