GtkWidget: Undef GDK_DISABLE_DEPRECATED

This is needed for gdk_input_set_extension_events(), used by its GTK+
counterpart.
This commit is contained in:
Carlos Garnacho 2010-06-08 15:28:04 +02:00
parent ed3198146c
commit 8c957ef3ef

View File

@ -24,6 +24,8 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
#undef GDK_DISABLE_DEPRECATED /* gdk_input_set_extension_events() */
#include "config.h"
#include <stdarg.h>
#include <string.h>