libmypaint 1.6.1
Loading...
Searching...
No Matches
/builddir/build/BUILD/libmypaint-1.6.1/mypaint-config.h
Go to the documentation of this file.
1#ifndef MYPAINTCONFIG_H
2#define MYPAINTCONFIG_H
3
4#ifndef MYPAINT_TILE_SIZE
5#define MYPAINT_TILE_SIZE 64
6#endif
7
8#ifndef MYPAINT_MAX_THREADS
9#define MYPAINT_MAX_THREADS 16
10#endif
11
12#ifndef MYPAINT_MAX_MIPMAP_LEVEL
13#define MYPAINT_MAX_MIPMAP_LEVEL 4
14#endif
15
16#endif /* MYPAINTCONFIG_H */