mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Fix doc typos
svn path=/trunk/; revision=20380
This commit is contained in:
parent
a434b6bf94
commit
d0b1330d92
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user