summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2007-07-03 22:59:06 +0000
committerTim Janik <timj@src.gnome.org>2007-07-03 22:59:06 +0000
commit46ac4d0e56fca826899f4e9f893dfe3ba2965833 (patch)
tree5c91c0534517d2317349a39ff7ef3396fe52078d /docs/reference
parenta07742849e9afc9adffa04a6725c53d5c37cc63e (diff)
downloadgdk-pixbuf-46ac4d0e56fca826899f4e9f893dfe3ba2965833.tar.gz
fixed up motion hint description.
Wed Jul 4 00:58:24 2007 Tim Janik <timj@gtk.org> * gdk/tmpl/events.sgml: fixed up motion hint description. svn path=/trunk/; revision=18370
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/gdk/tmpl/events.sgml9
2 files changed, 9 insertions, 4 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 16a70ae6d..5d541118f 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jul 4 00:58:24 2007 Tim Janik <timj@gtk.org>
+
+ * gdk/tmpl/events.sgml: fixed up motion hint description.
+
2007-07-03 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkdrawingarea.sgml: Fix a reference
diff --git a/docs/reference/gdk/tmpl/events.sgml b/docs/reference/gdk/tmpl/events.sgml
index 5db35cb2e..c29c6bc09 100644
--- a/docs/reference/gdk/tmpl/events.sgml
+++ b/docs/reference/gdk/tmpl/events.sgml
@@ -104,10 +104,11 @@ above.
number of %GDK_MOTION_NOTIFY events received. Normally a %GDK_MOTION_NOTIFY
event is received each time the mouse moves. However, if the application
spends a lot of time processing the event (updating the display, for example),
-it can easily lag behind the position of the mouse. When using the
-%GDK_POINTER_MOTION_HINT_MASK the server will only send a single
-%GDK_MOTION_NOTIFY event (which is marked as a hint) until the application
-asks for more, by calling gdk_window_get_pointer().
+it can lag behind the position of the mouse. When using
+%GDK_POINTER_MOTION_HINT_MASK, fewer %GDK_MOTION_NOTIFY events will be sent,
+some of which are marked as a hint (the is_hint member is %TRUE).
+To receive more motion events after a motion hint event, the application
+needs to asks for more, by calling gdk_event_request_motions().
</para>
@GDK_EXPOSURE_MASK: receive expose events