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:
Sven Neumann
2005-02-14 00:34:38 +00:00
committed by Sven Neumann
parent 0e1077d61d
commit 9e6fd61f59
4 changed files with 16 additions and 4 deletions

View File

@ -22,6 +22,9 @@
#define __PIXEL_PROCESSOR_H__
#define GIMP_MAX_NUM_THREADS 16
typedef void (* PixelProcessorFunc) (void);