From 016290b4e2566b84073fb153e23f35872da01c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20Sch=C3=B6nfeld?= Date: Sat, 16 Aug 2008 19:56:23 +0000 Subject: [PATCH] Fix small issues in the documentation of gdk_window_remove_redirection and gdk_window_redirect_to_drawable. svn path=/trunk/; revision=21137 --- ChangeLog | 5 +++++ gdk/gdkwindow.c | 8 ++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0cfbce4ee5..283eaf9138 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-16 Torsten Schoenfeld + + * 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 * gdk/quartz/gdkdrawable-quartz.c (gdk_quartz_draw_drawable): Some diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c index 130da4adab..699d701239 100644 --- a/gdk/gdkwindow.c +++ b/gdk/gdkwindow.c @@ -4213,7 +4213,7 @@ remove_redirect_from_children (GdkWindowObject *private, * gdk_window_remove_redirection: * @window: a #GdkWindow * - * Removes and active redirection started by + * Removes any active redirection started by * gdk_window_redirect_to_drawable(). * * Since: 2.14 @@ -4267,7 +4267,7 @@ apply_redirect_to_children (GdkWindowObject *private, * @width: width 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, * @width and @height is also drawn into @drawable at * @dest_x, @dest_y. @@ -4279,10 +4279,6 @@ apply_redirect_to_children (GdkWindowObject *private, * Redirection is active until gdk_window_remove_redirection() * 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. **/ void