removed BOUNDS, MINIMUM and MAXIMUM. No need to include both <glib.h> and

2000-01-25  Michael Natterer  <mitch@gimp.org>

	* app/appenv.h: removed BOUNDS, MINIMUM and MAXIMUM. No need to
	include both <glib.h> and <gtk/gtk.h>.

	* app/*
	* tools/pdbgen/pdb/text_tool.pdb: s/BOUNDS/CLAMP/,
	same for MIN and MAX.

	* app/preferences_dialog.c: the "Check Size" widget was connected
	to the transparency_type variable.

	* plug-ins/common/sobel.c: removed definitions of MIN and ROUND.

	* libgimp/gimp.h: #include "gimplimits.h" and "gimpcolorspace.h".

	* plug-ins/*: don't include the two files.
This commit is contained in:
Michael Natterer 2000-01-25 23:05:47 +00:00 committed by Michael Natterer
parent dac4a17407
commit 427d9e2499
3 changed files with 3 additions and 3 deletions

View File

@ -1617,7 +1617,7 @@ file_pref_cmd_callback (GtkWidget *widget,
optionmenu =
gimp_option_menu_new (file_prefs_toggle_callback,
&transparency_type, (gpointer) transparency_size,
&transparency_size, (gpointer) transparency_size,
_("Small"), (gpointer) SMALL_CHECKS, NULL,
_("Medium"), (gpointer) MEDIUM_CHECKS, NULL,

View File

@ -1617,7 +1617,7 @@ file_pref_cmd_callback (GtkWidget *widget,
optionmenu =
gimp_option_menu_new (file_prefs_toggle_callback,
&transparency_type, (gpointer) transparency_size,
&transparency_size, (gpointer) transparency_size,
_("Small"), (gpointer) SMALL_CHECKS, NULL,
_("Medium"), (gpointer) MEDIUM_CHECKS, NULL,

View File

@ -1617,7 +1617,7 @@ file_pref_cmd_callback (GtkWidget *widget,
optionmenu =
gimp_option_menu_new (file_prefs_toggle_callback,
&transparency_type, (gpointer) transparency_size,
&transparency_size, (gpointer) transparency_size,
_("Small"), (gpointer) SMALL_CHECKS, NULL,
_("Medium"), (gpointer) MEDIUM_CHECKS, NULL,