resize the board better at startup to actually show the whole board
[xboard.git] / interface.h
index 0a91d81..4ce00b5 100644 (file)
@@ -7,6 +7,9 @@ GtkWidget               *GUI_Board=NULL;
 GtkWidget               *GUI_Whiteclock=NULL;
 GtkWidget               *GUI_Blackclock=NULL;
 GtkWidget               *GUI_Error=NULL;
+GtkWidget               *GUI_Menubar=NULL;
+GtkWidget               *GUI_Timer=NULL;
+GtkWidget               *GUI_Buttonbar=NULL;
 
 GtkListStore            *LIST_MoveHistory=NULL;