Move GDK_META_MASK definition in the header in which it is also used.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Nov 2011 11:02:05 +0000 (11:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Nov 2011 11:02:05 +0000 (11:02 +0000)
commitcf0a0f93032009e2da3a1e7aa6d6998992dc564d
tree39a803365dbdaa0e51f3667de5ccdc129f972643
parentb6dd4afdf8d9456dccd0ead2016143708dd6435d
Move GDK_META_MASK definition in the header in which it is also used.

The code using GDK_META_MASK was moved to wx/gtk/private/event.h from
gtk/window.cpp but the fallback definition of GDK_META_MASK for GTK+ < 2.10
remained in window.cpp.

Move it to the header as well now so that it can be compiled with GTK+ < 2.10
again.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/private/event.h
src/gtk/window.cpp