Add persistent Boolean option -fixedSize
[xboard.git] / gtk / xboard.c
index 8958e3c..a8afcb3 100644 (file)
@@ -1691,7 +1691,7 @@ ReSize (WindowPlacement *wp)
        h = BOARD_HEIGHT * (squareSize + lineGap) + lineGap;
        if(optList[W_BOARD].max   > w) optList[W_BOARD].max = w;
        if(optList[W_BOARD].value > h) optList[W_BOARD].value = h;
-       first = 0;
+       first = appData.fixedSize;
 }
 
 static guint delayedDragTag = 0;