gtk+ r20380 - in trunk: . gdk



Author: matthiasc
Date: Fri Jun 13 17:20:55 2008
New Revision: 20380
URL: http://svn.gnome.org/viewvc/gtk+?rev=20380&view=rev

Log:
Fix doc typos


Modified:
   trunk/ChangeLog
   trunk/gdk/gdkwindow.c

Modified: trunk/gdk/gdkwindow.c
==============================================================================
--- trunk/gdk/gdkwindow.c	(original)
+++ trunk/gdk/gdkwindow.c	Fri Jun 13 17:20:55 2008
@@ -3510,12 +3510,12 @@
  * 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]