Adjust window height after clock-font change
[xboard.git] / xaw / xoptions.c
index 5feb56a..1c0a897 100644 (file)
@@ -1446,3 +1446,8 @@ FileNamePopUpWrapper (char *label, char *def, char *filter, FileProc proc, Boole
 {
     Browse(BoardWindow, label, (def[0] ? def : NULL), filter, False, openMode, openName, openFP);
 }
+
+void
+LockBoardSize (int after)
+{
+}