Have each game declare a name which is used for window titles etc.

[originally from svn r4167]
This commit is contained in:
Simon Tatham
2004-04-28 17:46:04 +00:00
parent e96f53452a
commit 64e6afdeed
5 changed files with 8 additions and 2 deletions

1
gtk.c
View File

@ -314,6 +314,7 @@ static frontend *new_window(void)
midend_new_game(fe->me, NULL);
fe->window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
gtk_window_set_title(GTK_WINDOW(fe->window), game_name);
#if 0
gtk_window_set_resizable(GTK_WINDOW(fe->window), FALSE);
#else