Codebase list libmypaint / debian/1.3.0-2.1 mypaint-config.h
debian/1.3.0-2.1

Tree @debian/1.3.0-2.1 (Download .tar.gz)

mypaint-config.h @debian/1.3.0-2.1raw · history · blame

#ifndef MYPAINTCONFIG_H
#define MYPAINTCONFIG_H

#ifndef MYPAINT_TILE_SIZE
#define MYPAINT_TILE_SIZE 64
#endif

#ifndef MYPAINT_MAX_THREADS
#define MYPAINT_MAX_THREADS 16
#endif

#ifndef MYPAINT_MAX_MIPMAP_LEVEL
#define MYPAINT_MAX_MIPMAP_LEVEL 4
#endif

#endif /* MYPAINTCONFIG_H */