Add hiding / showing second Engine Output pane
[xboard.git] / xoptions.c
index b823553..5fb0e49 100644 (file)
@@ -1470,6 +1470,8 @@ printf("n=%d, h=%d, w=%d\n",n,height,width);
     else
        gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), table, TRUE, TRUE, 0);
 
+    option[i].handle = (void *) table; // remember last table in EndMark handle (for hiding Engine-Output pane).
+
     /* Show dialog */
     gtk_widget_show_all( dialog );