Fix doc typos

svn path=/trunk/; revision=20380
This commit is contained in:
Matthias Clasen 2008-06-13 17:20:55 +00:00
parent a434b6bf94
commit d0b1330d92
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2008-06-13 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkwindow.c: Fix doc typos
2008-06-13 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilesystem.c: Avoid PLT entries by including

View File

@ -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,