X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=interface.h;h=3ee8d15cea1a8a0068c67dda5a18d0299efe62bd;hb=585fc255780c435342bccf7edf2aba86bdf945ac;hp=38db60dde73676152adf7578094feddd0bd158d9;hpb=9be4b067e4e5d8026be07acd417b51b4ee377822;p=xboard.git diff --git a/interface.h b/interface.h index 38db60d..3ee8d15 100644 --- a/interface.h +++ b/interface.h @@ -4,6 +4,7 @@ GtkBuilder *builder=NULL; GtkWidget *GUI_Window=NULL; GtkWidget *GUI_Aspect=NULL; GtkWidget *GUI_History=NULL; +GtkWidget *GUI_GameList=NULL; GtkWidget *GUI_Board=NULL; GtkWidget *GUI_Whiteclock=NULL; GtkWidget *GUI_Blackclock=NULL; @@ -15,6 +16,7 @@ GtkWidget *GUI_EditTags=NULL; GtkWidget *GUI_EditTagsTextArea=NULL; GtkListStore *LIST_MoveHistory=NULL; +GtkListStore *LIST_GameList=NULL; gint boardWidth; gint boardHeight;