Comment 403 for bug 263435

Revision history for this message
In , T-matsuu (t-matsuu) wrote :

At least, gdk/gdkkeysyms.h in gtk-2.22.0 includes gdk/gdkkeysyms-compat.h which have GDK_KEY_* style of the definitions.

<gdk/gdkkeysyms.h>
/* For GTK 2, we include compatibility defines by default. */
#ifndef __G_IR_SCANNER__
#include <gdk/gdkkeysyms-compat.h>
#endif