From f538338286f5c1e6c6f6753646e222e0fa4eb5da Mon Sep 17 00:00:00 2001 From: Andy2 Date: Wed, 12 Jan 2011 18:19:47 -0800 Subject: [PATCH] fix to compile with new gdk that's on ubuntu 10.10. Need to fix the APIs eventually..... --- xwords4/linux/gtkdraw.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xwords4/linux/gtkdraw.c b/xwords4/linux/gtkdraw.c index b8c34cfae..5876ca725 100644 --- a/xwords4/linux/gtkdraw.c +++ b/xwords4/linux/gtkdraw.c @@ -22,6 +22,8 @@ #include #include +#undef GDK_DISABLE_DEPRECATED + #include #include "gtkmain.h"