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>2016-10-26 12:11:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-10-26 12:11:09 +0300
commit3e36cbb3deb317c903c32c7361bbcca9535a1aa9 (patch)
tree149a3f188e89363d7db9aeca15cae4917b8e2da1 /source/blender/editors/sculpt_paint/paint_mask.c
parenta1f137767fe7bf7213543a54e1e73e8cc5f29f07 (diff)
Cleanup: move bitmap drawing into its own module
Bitmap drawing is out-of-scope for a general math API, move to BLI_bitmap_draw_2d.
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_mask.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_mask.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_mask.c b/source/blender/editors/sculpt_paint/paint_mask.c
index a47b9a0b936..5471a39cf82 100644
--- a/source/blender/editors/sculpt_paint/paint_mask.c
+++ b/source/blender/editors/sculpt_paint/paint_mask.c
@@ -37,6 +37,7 @@
#include "BIF_glutil.h"
+#include "BLI_bitmap_draw_2d.h"
#include "BLI_math_matrix.h"
#include "BLI_math_geom.h"
#include "BLI_utildefines.h"