Skip to content
  • Michael Natterer's avatar
    app/apptypes.h pass the ToolOptions to the ToolOptionsResetFunc instead of · 0486fdab
    Michael Natterer authored
    2001-03-31  Michael Natterer  <mitch@gimp.org>
    
    	* app/apptypes.h
    	* app/tools/tool_options_dialog.c: pass the ToolOptions to the
    	ToolOptionsResetFunc instead of a useless (void).
    
    	* app/tools/paint_options.[ch]
    	* app/tools/selection_options.[ch]: pass ToolOptions pointers here too.
    
    	* app/tools/gimpbezierselecttool.c
    	* app/tools/gimpblendtool.c
    	* app/tools/gimpbucketfilltool.c
    	* app/tools/gimpcolorpickertool.c
    	* app/tools/gimpcroptool.c
    	* app/tools/gimpdodgeburntool.c
    	* app/tools/gimpellipseselecttool.c
    	* app/tools/gimperasertool.c
    	* app/tools/gimpfliptool.c
    	* app/tools/gimpfreeselecttool.c
    	* app/tools/gimpfuzzyselecttool.c
    	* app/tools/gimpinktool.c
    	* app/tools/gimpiscissorstool.c
    	* app/tools/gimpmagnifytool.c
    	* app/tools/gimpmeasuretool.c
    	* app/tools/gimppaintbrushtool.c
    	* app/tools/gimppenciltool.c
    	* app/tools/gimprectselecttool.c
    	* app/tools/gimptexttool.c
    	* app/tools/gimptransformtool.c: changed accordingly. Removed many
    	"reset" callbacks which just redirected the call to
    	paint_options_reset() or selection_options_reset().
    0486fdab