gimp r25797 - in trunk: . app/tools



Author: martinn
Date: Sun May 25 15:16:46 2008
New Revision: 25797
URL: http://svn.gnome.org/viewvc/gimp?rev=25797&view=rev

Log:
2008-05-25  Martin Nordholts  <martinn svn gnome org>

	* app/tools/gimpfreeselecttool.c: For completeness, comment on
	some uncommented instance-private variables.


Modified:
   trunk/ChangeLog
   trunk/app/tools/gimpfreeselecttool.c

Modified: trunk/app/tools/gimpfreeselecttool.c
==============================================================================
--- trunk/app/tools/gimpfreeselecttool.c	(original)
+++ trunk/app/tools/gimpfreeselecttool.c	Sun May 25 15:16:46 2008
@@ -64,6 +64,7 @@
   /* Index of grabbed segment index. */
   gint               grabbed_segment_index;
 
+  /* Wether or not button 1 is down. */
   gboolean           button1_down;
 
   /* We need to keep track of a number of points when we move a
@@ -105,6 +106,9 @@
   /* The selection operation active when the tool was started */
   GimpChannelOps     operation_at_start;
 
+  /* Wether or not to constrain the angle for newly created polygonal
+   * segments.
+   */
   gboolean           constrain_angle;
 
   /* Wether or not to supress handles (so that new segments can be



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