From 15f40f01af39533b5bb3ba373fbcb261099146fd 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 31d0c0df4..d5355f814 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"