Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-12-09 14:19:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-12-09 14:19:26 +0300
commit6076bedec002b92e5f316a15a45a8cdaf686aa33 (patch)
treeb2caf79aca16bb3c10f455d09f0cfd6217233d05 /source/blender/blenlib/BLI_polyfill2d.h
parent83cbcefac8349d5ff46b721318ca180dd8817af5 (diff)
Cleanup: remove scanfill define for polyfill code
also rename vars which were previously used for scanfill.
Diffstat (limited to 'source/blender/blenlib/BLI_polyfill2d.h')
-rw-r--r--source/blender/blenlib/BLI_polyfill2d.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_polyfill2d.h b/source/blender/blenlib/BLI_polyfill2d.h
index 5c5cea8f67d..798055f9240 100644
--- a/source/blender/blenlib/BLI_polyfill2d.h
+++ b/source/blender/blenlib/BLI_polyfill2d.h
@@ -37,4 +37,7 @@ void BLI_polyfill_calc(
const int coords_sign,
unsigned int (*r_tris)[3]);
+/* default size of polyfill arena */
+#define BLI_POLYFILL_ARENA_SIZE MEM_SIZE_OPTIMAL(1 << 14)
+
#endif /* __BLI_POLYFILL2D_H__ */