From 89ba05924eaf83150632f32457ed056c41c12c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Forysiuk?= Date: Sun, 9 Oct 2011 13:16:07 +0200 Subject: [PATCH] Add GDK_KEY_Return to gtk3-compat.h --- katze/gtk3-compat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/katze/gtk3-compat.h b/katze/gtk3-compat.h index cfa24bc4..ac774eb9 100644 --- a/katze/gtk3-compat.h +++ b/katze/gtk3-compat.h @@ -40,6 +40,7 @@ #define GDK_KEY_B GDK_B #define GDK_KEY_H GDK_H #define GDK_KEY_J GDK_J + #define GDK_KEY_Return GDK_Return #endif #endif