Index: shogivar-1.55b/common.h
===================================================================
--- shogivar-1.55b.orig/common.h
+++ shogivar-1.55b/common.h
@@ -44,3 +44,4 @@ typedef struct {
 } TimeMark;
 
 extern TimeMark programStartTime;
+extern Option *currBoard;
Index: shogivar-1.55b/gtk/gui.c
===================================================================
--- shogivar-1.55b.orig/gtk/gui.c
+++ shogivar-1.55b/gtk/gui.c
@@ -249,7 +249,6 @@ int smallLayout = 0, tinyLayout = 0,
   fromX = -1, fromY = -1, toX, toY, commentUp = False,
   errorExitStatus = -1, defaultLineGap;
 
-void *currBoard;
 char *chessDir, *programName, *programVersion;
 Boolean alwaysOnTop = False;
 
