gtk+ r20119 - in trunk: . gtk



Author: gianmt
Date: Tue May 20 17:43:01 2008
New Revision: 20119
URL: http://svn.gnome.org/viewvc/gtk+?rev=20119&view=rev

Log:
Fix the docs, the mask param of gtk_drag_set_icon_pixmap can accept NULL for none. Fixes bug #533920.

Modified:
   trunk/ChangeLog
   trunk/gtk/gtkdnd.c

Modified: trunk/gtk/gtkdnd.c
==============================================================================
--- trunk/gtk/gtkdnd.c	(original)
+++ trunk/gtk/gtkdnd.c	Tue May 20 17:43:01 2008
@@ -3095,7 +3095,7 @@
  *            with a  context for the source side of a drag)
  * @colormap: the colormap of the icon 
  * @pixmap: the image data for the icon 
- * @mask: the transparency mask for the icon
+ * @mask: the transparency mask for the icon or %NULL for none.
  * @hot_x: the X offset within @pixmap of the hotspot.
  * @hot_y: the Y offset within @pixmap of the hotspot.
  * 



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