[gtk+/xi2] Fix API docs for gdk_window_set_support_multidevice().



commit 9c95fd28eb64bd9122dc14d60e060b3ea4acba13
Author: Carlos Garnacho <carlos gnome org>
Date:   Sat Jan 9 15:40:21 2010 +0100

    Fix API docs for gdk_window_set_support_multidevice().

 gdk/gdkwindow.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c
index b77ee5d..db9996a 100644
--- a/gdk/gdkwindow.c
+++ b/gdk/gdkwindow.c
@@ -9421,8 +9421,8 @@ gdk_window_beep (GdkWindow *window)
  *
  * This function will enable multidevice features in @window.
  *
- * Multidevice aware windows will need to handle properly some things such
- * as multiple per enter/leave events (one per device) and grab ownerships.
+ * Multidevice aware windows will need to handle properly multiple,
+ * per device enter/leave events and grab ownerships.
  **/
 void
 gdk_window_set_support_multidevice (GdkWindow *window,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]