Correct the documentation. Patch by Paul Davis
* gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): Correct the documentation. Patch by Paul Davis svn path=/trunk/; revision=21852
This commit is contained in:
parent
234881fd08
commit
537576e0b4
@ -1,3 +1,11 @@
|
|||||||
|
2008-12-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Bug 559325 – documentation for gdk_display_get_window_at_pointer()
|
||||||
|
is wrong
|
||||||
|
|
||||||
|
* gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): Correct
|
||||||
|
the documentation. Patch by Paul Davis
|
||||||
|
|
||||||
2008-12-07 Matthias Clasen <mclasen@redhat.com>
|
2008-12-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 563285 – test print backend does not compile
|
Bug 563285 – test print backend does not compile
|
||||||
|
@ -476,13 +476,15 @@ gdk_display_get_pointer (GdkDisplay *display,
|
|||||||
/**
|
/**
|
||||||
* gdk_display_get_window_at_pointer:
|
* gdk_display_get_window_at_pointer:
|
||||||
* @display: a #GdkDisplay
|
* @display: a #GdkDisplay
|
||||||
* @win_x: return location for origin of the window under the pointer
|
* @win_x: return location for x coordinate of the pointer location relative
|
||||||
* @win_y: return location for origin of the window under the pointer
|
* 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
|
* 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
|
* of the pointer in that window in @win_x, @win_y for @screen. Returns %NULL
|
||||||
* under the mouse pointer is not known to GDK (for example, belongs to
|
* if the window under the mouse pointer is not known to GDK (for example,
|
||||||
* another application).
|
* belongs to another application).
|
||||||
*
|
*
|
||||||
* Returns: the window under the mouse pointer, or %NULL
|
* Returns: the window under the mouse pointer, or %NULL
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user