Make draw handle for board globally available
[xboard.git] / draw.h
diff --git a/draw.h b/draw.h
index 3ba9efe..a7bdfce 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -68,6 +68,7 @@ extern Pixel lightSquareColor, darkSquareColor, whitePieceColor, blackPieceColor
   highlightSquareColor, premoveHighlightColor;
 
 // defined in draw.c
+void InitDrawingHandle P((Option *opt));
 void CreateGCs P((int redo));
 void NewSurfaces P((void));
 void CreateAnyPieces P((void));