[Commits] Makefile.am 1.20.2.26 1.20.2.27 gdkkeysyms-new.h NONE 1.1.2.1 gtkutils.h 1.4.2.58 1.4.2.59
colin at claws-mail.org
colin at claws-mail.org
Fri Oct 7 17:25:44 CEST 2011
Update of /home/claws-mail/claws/src/gtk
In directory claws-mail:/tmp/cvs-serv13503/src/gtk
Modified Files:
Tag: gtk2
Makefile.am gtkutils.h
Added Files:
Tag: gtk2
gdkkeysyms-new.h
Log Message:
2011-10-07 [colin] 3.7.10cvs25
* src/gtk/Makefile.am
* src/gtk/gdkkeysyms-new.h
* src/gtk/gtkutils.h
Copy the new GDK_KEY_* definitions for older GTKs
--- NEW FILE: gdkkeysyms-new.h ---
/* GDK - The GIMP Drawing Kit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
* Copyright (C) 2005, 2006, 2007, 2009 GNOME Foundation
*
* 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.
*/
[...2177 lines suppressed...]
#define GDK_KEY_Hibernate 0x1008ffa8
#define GDK_KEY_TouchpadToggle 0x1008ffa9
#define GDK_KEY_Switch_VT_1 0x1008fe01
#define GDK_KEY_Switch_VT_2 0x1008fe02
#define GDK_KEY_Switch_VT_3 0x1008fe03
#define GDK_KEY_Switch_VT_4 0x1008fe04
#define GDK_KEY_Switch_VT_5 0x1008fe05
#define GDK_KEY_Switch_VT_6 0x1008fe06
#define GDK_KEY_Switch_VT_7 0x1008fe07
#define GDK_KEY_Switch_VT_8 0x1008fe08
#define GDK_KEY_Switch_VT_9 0x1008fe09
#define GDK_KEY_Switch_VT_10 0x1008fe0a
#define GDK_KEY_Switch_VT_11 0x1008fe0b
#define GDK_KEY_Switch_VT_12 0x1008fe0c
#define GDK_KEY_Ungrab 0x1008fe20
#define GDK_KEY_ClearGrab 0x1008fe21
#define GDK_KEY_Next_VMode 0x1008fe22
#define GDK_KEY_Prev_VMode 0x1008fe23
#endif /* __GDK_KEYSYMS_H__ */
Index: gtkutils.h
===================================================================
RCS file: /home/claws-mail/claws/src/gtk/gtkutils.h,v
retrieving revision 1.4.2.58
retrieving revision 1.4.2.59
diff -u -d -r1.4.2.58 -r1.4.2.59
--- gtkutils.h 7 Oct 2011 09:40:16 -0000 1.4.2.58
+++ gtkutils.h 7 Oct 2011 15:25:42 -0000 1.4.2.59
@@ -46,6 +46,10 @@
#include "gtkcmctree.h"
#endif
+#ifndef GDK_KEY_Escape
+#include "gdkkeysyms-new.h"
+#endif
+
#define GTK_EVENTS_FLUSH() \
{ \
while (gtk_events_pending()) \
Index: Makefile.am
===================================================================
RCS file: /home/claws-mail/claws/src/gtk/Makefile.am,v
retrieving revision 1.20.2.26
retrieving revision 1.20.2.27
diff -u -d -r1.20.2.26 -r1.20.2.27
--- Makefile.am 7 Oct 2011 10:06:26 -0000 1.20.2.26
+++ Makefile.am 7 Oct 2011 15:25:42 -0000 1.20.2.27
@@ -70,7 +70,8 @@
gtkcmclist.h \
gtkcmoptionmenu.h \
gtksctree.h \
- gtkshruler.h
+ gtkshruler.h \
+ gdkkeysyms-new.h
AM_CPPFLAGS = \
-I$(srcdir)/../common \
More information about the Commits
mailing list