mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
fix to compile with new gdk that's on ubuntu 10.10. Need to fix the
APIs eventually.....
This commit is contained in:
parent
7e0f025d9e
commit
f538338286
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#undef GDK_DISABLE_DEPRECATED
|
||||
|
||||
#include <gdk/gdkdrawable.h>
|
||||
|
||||
#include "gtkmain.h"
|
||||
|
|
Loading…
Reference in a new issue