mirror of https://github.com/GNOME/gimp.git
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:
parent
ca08257cfc
commit
b062fa647f
|
@ -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
|
||||
|
|
|
@ -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]);
|
Loading…
Reference in New Issue