From d0b1330d9284d8c60c48ef3f16ff2f22e253a75e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 13 Jun 2008 17:20:55 +0000 Subject: [PATCH] Fix doc typos svn path=/trunk/; revision=20380 --- ChangeLog | 4 ++++ gdk/gdkwindow.c | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index d0c9dbc7d3..86e2fd58d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-06-13 Matthias Clasen + + * gdk/gdkwindow.c: Fix doc typos + 2008-06-13 Matthias Clasen * gtk/gtkfilesystem.c: Avoid PLT entries by including diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c index 966e0b6899..4e9d6e82bc 100644 --- a/gdk/gdkwindow.c +++ b/gdk/gdkwindow.c @@ -3510,12 +3510,12 @@ apply_redirect_to_children (GdkWindowObject *private, GdkWindowRedirect *redirec * gdk_window_redirect_to_drawable: * @window: a #GdkWindow * @drawable: a #GdkDrawable - * src_x: x position in @window - * src_y: y position in @window - * dest_x: x position in @drawable - * dest_y: y position in @drawable - * width: width of redirection - * height: height of redirection + * @src_x: x position in @window + * @src_y: y position in @window + * @dest_x: x position in @drawable + * @dest_y: y position in @drawable + * @width: width of redirection + * @height: height of redirection * * Redirects drawing into @windows so that drawing to the * window in the rectangle specified by @src_x, @src_y,