gtk+ r21852 - in trunk: . gdk
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21852 - in trunk: . gdk
- Date: Mon, 8 Dec 2008 01:46:43 +0000 (UTC)
Author: matthiasc
Date: Mon Dec 8 01:46:43 2008
New Revision: 21852
URL: http://svn.gnome.org/viewvc/gtk+?rev=21852&view=rev
Log:
* gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): Correct
the documentation. Patch by Paul Davis
Modified:
trunk/ChangeLog
trunk/gdk/gdkdisplay.c
Modified: trunk/gdk/gdkdisplay.c
==============================================================================
--- trunk/gdk/gdkdisplay.c (original)
+++ trunk/gdk/gdkdisplay.c Mon Dec 8 01:46:43 2008
@@ -476,13 +476,15 @@
/**
* gdk_display_get_window_at_pointer:
* @display: a #GdkDisplay
- * @win_x: return location for origin of the window under the pointer
- * @win_y: return location for origin of the window under the pointer
+ * @win_x: return location for x coordinate of the pointer location relative
+ * to the window origin, or %NULL
+ * @win_y: return location for y coordinate of the pointer location relative
+ & to the window origin, or %NULL
*
* Obtains the window underneath the mouse pointer, returning the location
- * of that window in @win_x, @win_y for @screen. Returns %NULL if the window
- * under the mouse pointer is not known to GDK (for example, belongs to
- * another application).
+ * of the pointer in that window in @win_x, @win_y for @screen. Returns %NULL
+ * if the window under the mouse pointer is not known to GDK (for example,
+ * belongs to another application).
*
* Returns: the window under the mouse pointer, or %NULL
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]