From 731e4ffa99796a63146b121e612606b83d7d9847 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Sat, 29 Nov 2014 02:29:42 +0000 Subject: [PATCH] Fix POLYMER=0 GTK C++ build. DONT_BUILD. git-svn-id: https://svn.eduke32.com/eduke32@4773 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/include/dynamicgtk.h | 1 - polymer/eduke32/source/startgtk.game.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/polymer/eduke32/build/include/dynamicgtk.h b/polymer/eduke32/build/include/dynamicgtk.h index 26f400db2..4cde7b470 100644 --- a/polymer/eduke32/build/include/dynamicgtk.h +++ b/polymer/eduke32/build/include/dynamicgtk.h @@ -608,4 +608,3 @@ void dynamicgtk_uninit(void); #endif /* LINKED_GTK */ #endif /* dynamicgtk_h_ */ - diff --git a/polymer/eduke32/source/startgtk.game.c b/polymer/eduke32/source/startgtk.game.c index af56bfa8f..5ad9db9e0 100644 --- a/polymer/eduke32/source/startgtk.game.c +++ b/polymer/eduke32/source/startgtk.game.c @@ -545,7 +545,7 @@ static GtkWidget *create_window(void) gtk_table_attach(GTK_TABLE(stwidgets.configtlayout), stwidgets.vmode3dcombo, 1,2, 0,1, (GtkAttachOptions)(GTK_EXPAND | GTK_FILL), (GtkAttachOptions)0, 4, 0); #else - gtk_table_attach(GTK_TABLE(stwidgets.configtlayout), stwidgets.vmode3dcombo, 1,2, 0,1, GTK_EXPAND | GTK_FILL, (GtkAttachOptions)0, 4, 7); + gtk_table_attach(GTK_TABLE(stwidgets.configtlayout), stwidgets.vmode3dcombo, 1,2, 0,1, (GtkAttachOptions)(GTK_EXPAND | GTK_FILL), (GtkAttachOptions)0, 4, 7); #endif // Fullscreen checkbox