]> Pileus Git - ~andy/gtk/blobdiff - gdk/gdkkeysyms.h
#136672, reported by Christian Persch; fixes based on a patch by Soeren
[~andy/gtk] / gdk / gdkkeysyms.h
index 56798d4e6cf03d03e96de664150f055e104bb26a..97ff99c070f83ed9e91789851367df9cfcedb2fe 100644 (file)
@@ -1,3 +1,33 @@
+/* GDK - The GIMP Drawing Kit
+ * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+/*
+ * Modified by the GTK+ Team and others 1997-2001.  See the AUTHORS
+ * file for a list of people on the GTK+ Team.  See the ChangeLog
+ * files for a list of changes.  These files are distributed with
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
+#ifndef __GDK_KEYSYMS_H__
+#define __GDK_KEYSYMS_H__
+
+
 #define GDK_VoidSymbol 0xFFFFFF
 #define GDK_BackSpace 0xFF08
 #define GDK_Tab 0xFF09
 #define GDK_Serbian_nje 0x6aa
 #define GDK_Serbian_tshe 0x6ab
 #define GDK_Macedonia_kje 0x6ac
+#define GDK_Ukrainian_ghe_with_upturn 0x6ad
 #define GDK_Byelorussian_shortu 0x6ae
 #define GDK_Cyrillic_dzhe 0x6af
 #define GDK_Serbian_dze 0x6af
 #define GDK_Serbian_NJE 0x6ba
 #define GDK_Serbian_TSHE 0x6bb
 #define GDK_Macedonia_KJE 0x6bc
+#define GDK_Ukrainian_GHE_WITH_UPTURN 0x6bd
 #define GDK_Byelorussian_SHORTU 0x6be
 #define GDK_Cyrillic_DZHE 0x6bf
 #define GDK_Serbian_DZE 0x6bf
 #define GDK_Greek_EPSILONaccent 0x7a2
 #define GDK_Greek_ETAaccent 0x7a3
 #define GDK_Greek_IOTAaccent 0x7a4
-#define GDK_Greek_IOTAdiaeresis 0x7a5
+#define GDK_Greek_IOTAdieresis 0x7a5
+#define GDK_Greek_IOTAdiaeresis GDK_Greek_IOTAdieresis
 #define GDK_Greek_OMICRONaccent 0x7a7
 #define GDK_Greek_UPSILONaccent 0x7a8
 #define GDK_Greek_UPSILONdieresis 0x7a9
 #define GDK_NewSheqelSign 0x20aa
 #define GDK_DongSign 0x20ab
 #define GDK_EuroSign 0x20ac
+
+#endif /* __GDK_KEYSYMS_H__ */