Created stubs for saving and loading dynamics
This commit is contained in:
parent
93f8216881
commit
569a64d2c9
2 changed files with 7 additions and 1 deletions
|
|
@ -169,6 +169,10 @@ libappcore_a_sources = \
|
|||
gimpdrawableundo.h \
|
||||
gimpdynamics.c \
|
||||
gimpdynamics.h \
|
||||
gimpdynamics-load.c \
|
||||
gimpdynamics-load.h \
|
||||
gimpdynamics-save.c \
|
||||
gimpdynamics-save.h \
|
||||
gimperror.c \
|
||||
gimperror.h \
|
||||
gimpfilloptions.c \
|
||||
|
|
|
|||
|
|
@ -76,6 +76,8 @@
|
|||
#include "gimptoolinfo.h"
|
||||
|
||||
#include "gimpdynamics.h"
|
||||
#include "gimpdynamics-load.h"
|
||||
|
||||
|
||||
#include "gimp-intl.h"
|
||||
|
||||
|
|
@ -543,7 +545,7 @@ gimp_real_initialize (Gimp *gimp,
|
|||
static const GimpDataFactoryLoaderEntry dynamics_loader_entries[] =
|
||||
{
|
||||
/*TODO: Dynamics need savers and loaders*/
|
||||
{ gimp_pattern_load, GIMP_PATTERN_FILE_EXTENSION, FALSE }
|
||||
{ gimp_dynamics_load, GIMP_DYNAMICS_FILE_EXTENSION, FALSE }
|
||||
};
|
||||
|
||||
static const GimpDataFactoryLoaderEntry pattern_loader_entries[] =
|
||||
|
|
|
|||
Loading…
Reference in a new issue