define the maximum number of threads in the header file.
2005-02-14 Sven Neumann <sven@gimp.org> * app/base/pixel-processor.[ch]: define the maximum number of threads in the header file. * app/config/gimpbaseconfig.c: use the #define.
This commit is contained in:
committed by
Sven Neumann
parent
0e1077d61d
commit
9e6fd61f59
@ -22,6 +22,9 @@
|
||||
#define __PIXEL_PROCESSOR_H__
|
||||
|
||||
|
||||
#define GIMP_MAX_NUM_THREADS 16
|
||||
|
||||
|
||||
typedef void (* PixelProcessorFunc) (void);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user