gtk-demo: Undef GDK_DISABLE_DEPRECATED to make test compile

This commit is contained in:
Benjamin Otte
2011-01-05 23:25:33 +01:00
parent e62b39c921
commit d5f7b6cd64

View File

@ -27,6 +27,9 @@
* - Using GtkDialog
*/
#include <string.h>
#undef GDK_DISABLE_DEPRECATED
#include <gtk/gtk.h>
#include "demo-common.h"