Include gdk/gdkkeysyms-compat.h.
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 6 Mar 2011 18:22:23 +0000 (18:22 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 6 Mar 2011 18:22:23 +0000 (18:22 +0000)
commit14b44999eb335f3fc84b4362980b1730b8887588
tree957502b5fa05f4d52aaa7b7900effb896a3b87a2
parent7dbda71e4bb8a192fe42654fd51f2cb3b044cdce
Include gdk/gdkkeysyms-compat.h.

GTK+ 2.22 changed GDK_* keysym constants to GDK_KEY_* and introduced a new header for the old names. This header must be explicitly included in GTK+ 3, so do it for now. In the long run, we should migrate to the new names.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/listbox.cpp
src/gtk/radiobox.cpp
src/gtk/window.cpp