summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-04-30 22:28:08 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-04-30 22:28:08 -0400
commit3be5c09a9055b04d5d5a4272fd12f854ca20a571 (patch)
tree64000ded380789be46269f6efba30a4205b78ada /README.in
parent333a5b4307eca43786a2ffdafb216c542ec8db66 (diff)
downloadgtk+-3be5c09a9055b04d5d5a4272fd12f854ca20a571.tar.gz
Add some more documentation about GDK_SCROLL_SMOOTH3.5.1
Diffstat (limited to 'README.in')
-rw-r--r--README.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.in b/README.in
index 9622de65d3..0fe846db25 100644
--- a/README.in
+++ b/README.in
@@ -96,7 +96,10 @@ Release notes for 3.4
* Scroll events have been separated from button events, and smooth
scrolling has been added with a separate event mask. Widgets now
need to have either GDK_SCROLL_MASK or GDK_SMOOTH_SCROLL_MASK in
- their event mask to receive scroll events.
+ their event mask to receive scroll events. In addition, the
+ GdkScrollDirection enumeration has gained a new member,
+ GDK_SCROLL_SMOOTH, so switch statements will have to be amended
+ to cover this case.
* GTK+ now uses <Primary> instead of <Control> in keyboard accelerators,
for improved cross-platform handling. This should not affect