summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-12-21 11:26:11 -0500
committerMatthias Clasen <mclasen@redhat.com>2009-12-21 11:26:11 -0500
commitc9875c6247481d615c7449e1da1aac256ef25585 (patch)
treed6eddf251d4b5798ae973a557e5f7eea28a92997 /README.in
parent03b179c5e8311591f1487a650fec6f20a136e9ca (diff)
downloadgtk+-c9875c6247481d615c7449e1da1aac256ef25585.tar.gz
Add a release note about virtual modifiers
Diffstat (limited to 'README.in')
-rw-r--r--README.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.in b/README.in
index 313b697fde..b6d0b99314 100644
--- a/README.in
+++ b/README.in
@@ -37,6 +37,14 @@ Release notes for 2.20
which are doing so may need some adjustments, since the addition of the
message area changed the internal widget hierarchy.
+* GDK will now set all matching virtual modifiers in the state field of
+ key events. Depending on your X modifier map, this can lead to more bits
+ in the state field being set than before. If you are manually matching
+ key events against key/modifier combinations you should make sure that
+ you properly mask away irrelevant parts of the state field. The
+ gdk_keymap_map_virtual_modifiers() function can help with matching
+ against virtual modifiers.
+
Release notes for 2.18
======================