Fix sizing of slave board GTK
[xboard.git] / xaw / xboard.c
index a083e7c..e162be7 100644 (file)
@@ -1084,6 +1084,11 @@ PrintOptions ()
   if(len) buf[len] = NULLCHAR, printf("%s\n", buf);
 }
 
+void
+SlaveResize (Option *opt)
+{
+}
+
 int
 main (int argc, char **argv)
 {