Add GDK_KEY_Return to gtk3-compat.h

This commit is contained in:
Paweł Forysiuk 2011-10-09 13:16:07 +02:00 committed by Christian Dywan
parent 8bcd2e8987
commit 89ba05924e

View file

@ -40,6 +40,7 @@
#define GDK_KEY_B GDK_B #define GDK_KEY_B GDK_B
#define GDK_KEY_H GDK_H #define GDK_KEY_H GDK_H
#define GDK_KEY_J GDK_J #define GDK_KEY_J GDK_J
#define GDK_KEY_Return GDK_Return
#endif #endif
#endif #endif