add a visual low time warning (tiny change from Debian patches)
[xboard.git] / common.h
index 62086db..bf447c9 100644 (file)
--- a/common.h
+++ b/common.h
@@ -569,6 +569,8 @@ typedef struct {
     int zippyShortGame; /* [HGM] aborter   */
 #endif
 
+    char *lowTimeWarningColor;
+    Boolean lowTimeWarning;
     char *serverMovesName;
     Boolean suppressLoadMoves;
     int serverPause;