app/composite/gimp-composite-dispatch.[ch] are in CVS although

they are generated files.  This is preparation for building the
table at run-time, instead of compile time.
This commit is contained in:
Helvetix Victorinox 2003-07-14 07:09:35 +00:00
parent ca08257cfc
commit b062fa647f
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2003-07-13 Helvetix Victorinox <helvetix@gimp.org>
* app/composite/gimp-composite-dispatch.[ch] are in CVS although
they are generated files. This is preparation for building the
table at run-time, instead of compile time.
2003-07-13 Manish Singh <yosh@gimp.org>
* app/composite/Makefile.am: remove bogus trailing slash

View File

@ -0,0 +1,4 @@
/* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT */
typedef void (*GimpCompositeFunction)(GimpCompositeContext *);
typedef GimpCompositeFunction (*GimpCompositeFunctionTable[GIMP_COMPOSITE_N][GIMP_PIXELFORMAT_N][GIMP_PIXELFORMAT_N][GIMP_PIXELFORMAT_N]);