mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
Fix small issues in the documentation of gdk_window_remove_redirection and
gdk_window_redirect_to_drawable. svn path=/trunk/; revision=21137
This commit is contained in:
parent
31d013d4bf
commit
016290b4e2
@ -1,3 +1,8 @@
|
|||||||
|
2008-08-16 Torsten Schoenfeld <kaffeetisch@gmx.de>
|
||||||
|
|
||||||
|
* gdk/gdkwindow.c: Fix small issues in the documentation of
|
||||||
|
gdk_window_remove_redirection and gdk_window_redirect_to_drawable.
|
||||||
|
|
||||||
2008-08-15 Richard Hult <richard@imendio.com>
|
2008-08-15 Richard Hult <richard@imendio.com>
|
||||||
|
|
||||||
* gdk/quartz/gdkdrawable-quartz.c (gdk_quartz_draw_drawable): Some
|
* gdk/quartz/gdkdrawable-quartz.c (gdk_quartz_draw_drawable): Some
|
||||||
|
@ -4213,7 +4213,7 @@ remove_redirect_from_children (GdkWindowObject *private,
|
|||||||
* gdk_window_remove_redirection:
|
* gdk_window_remove_redirection:
|
||||||
* @window: a #GdkWindow
|
* @window: a #GdkWindow
|
||||||
*
|
*
|
||||||
* Removes and active redirection started by
|
* Removes any active redirection started by
|
||||||
* gdk_window_redirect_to_drawable().
|
* gdk_window_redirect_to_drawable().
|
||||||
*
|
*
|
||||||
* Since: 2.14
|
* Since: 2.14
|
||||||
@ -4267,7 +4267,7 @@ apply_redirect_to_children (GdkWindowObject *private,
|
|||||||
* @width: width of redirection
|
* @width: width of redirection
|
||||||
* @height: height of redirection
|
* @height: height of redirection
|
||||||
*
|
*
|
||||||
* Redirects drawing into @windows so that drawing to the
|
* Redirects drawing into @window so that drawing to the
|
||||||
* window in the rectangle specified by @src_x, @src_y,
|
* window in the rectangle specified by @src_x, @src_y,
|
||||||
* @width and @height is also drawn into @drawable at
|
* @width and @height is also drawn into @drawable at
|
||||||
* @dest_x, @dest_y.
|
* @dest_x, @dest_y.
|
||||||
@ -4279,10 +4279,6 @@ apply_redirect_to_children (GdkWindowObject *private,
|
|||||||
* Redirection is active until gdk_window_remove_redirection()
|
* Redirection is active until gdk_window_remove_redirection()
|
||||||
* is called.
|
* is called.
|
||||||
*
|
*
|
||||||
* This function should not be used on windows created by
|
|
||||||
* gdk_window_new_offscreen(), as that is implemented using
|
|
||||||
* redirection.
|
|
||||||
*
|
|
||||||
* Since: 2.14.
|
* Since: 2.14.
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user