removed #define GIMP_CONTROLLER_PARAM_SERIALIZE.

2004-07-06  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/gimpcontroller.h: removed #define
	GIMP_CONTROLLER_PARAM_SERIALIZE.

	* libgimpmodule/gimpmoduletypes.h: added
	GIMP_MODULE_PARAM_SERIALIZE instead.

	* modules/controller_linux_input.c
	* modules/controller_midi.c: changed accordingly.

	* modules/cdisplay_colorblind.c
	* modules/cdisplay_gamma.c
	* modules/cdisplay_highcontrast.c
	* modules/cdisplay_proof.c: made the new properties serializable.
This commit is contained in:
Michael Natterer 2004-07-05 22:12:54 +00:00 committed by Michael Natterer
parent ddd4e1c760
commit cade89ab61
9 changed files with 48 additions and 24 deletions

View file

@ -28,9 +28,6 @@ G_BEGIN_DECLS
/* For information look at the html documentation */
#define GIMP_CONTROLLER_PARAM_SERIALIZE (1 << (0 + G_PARAM_USER_SHIFT))
typedef enum
{
GIMP_CONTROLLER_EVENT_TRIGGER,