Allow WinBoard to use bitmaps with alpha channel
[xboard.git] / frontend.h
index 16d1f5b..280a1fc 100644 (file)
@@ -216,6 +216,7 @@ extern char *programName;
 extern int commentUp;
 extern char *firstChessProgramNames;
 extern char *icsTextMenuString;
+extern int mute;
 
 void GreyRevert P((Boolean grey));
 void EnableNamedMenuItem P((char *menuRef, int state));
@@ -244,6 +245,7 @@ int  EvalGraphDialogExists P((void));
 void SlavePopUp P((void));
 void ActivateTheme P((int new));
 char *Col2Text P((int n));
+char *Shorten P((char *s));
 
 /* these are in xhistory.c  */
 Boolean MoveHistoryIsUp P((void));