mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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:
parent
ddd4e1c760
commit
cade89ab61
9 changed files with 48 additions and 24 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue