From: Paweł Forysiuk Date: Sun, 9 Oct 2011 11:16:07 +0000 (+0200) Subject: Add GDK_KEY_Return to gtk3-compat.h X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89ba05924eaf83150632f32457ed056c41c12c93;p=midori Add GDK_KEY_Return to gtk3-compat.h --- 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