Make holdings scrollable
[xboard.git] / board.c
diff --git a/board.c b/board.c
index 533e7fb..67e19ca 100644 (file)
--- a/board.c
+++ b/board.c
@@ -914,7 +914,7 @@ SquareExpose(int i, int j, int d)
 }
 
 void
-DrawPosition (int repaint, Board board)
+DrawPositionX (int repaint, Board board)
 {
     int i, j, do_flash, exposeAll = False;
     static int lastFlipView = 0;