Define TOPLEVEL in winboard.c
[xboard.git] / frontend.h
index 4cad55a..33496d4 100644 (file)
@@ -170,7 +170,7 @@ void CmailSigHandlerCallBack P((InputSourceRef isr, VOIDSTAR closure,
                                char *buf, int count, int error));
 
 extern ProcRef cmailPR;
-extern int shiftKey;
+extern int shiftKey, controlKey;
 
 /* in xgamelist.c or winboard.c */
 void GLT_ClearList();