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:
Diffstat (limited to 'source/blender/blenkernel/BKE_paint.h')
-rw-r--r--source/blender/blenkernel/BKE_paint.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/blender/blenkernel/BKE_paint.h b/source/blender/blenkernel/BKE_paint.h
index fe8dc7cc938..f616da4985f 100644
--- a/source/blender/blenkernel/BKE_paint.h
+++ b/source/blender/blenkernel/BKE_paint.h
@@ -75,13 +75,13 @@ typedef enum OverlayControlFlags {
PAINT_OVERLAY_OVERRIDE = (1 << 3)
} OverlayControlFlags;
-void BKE_paint_invalidate_overlay_tex (struct Scene *scene, const struct Tex *tex);
-void BKE_paint_invalidate_cursor_overlay (struct Scene *scene, struct CurveMapping *curve);
+void BKE_paint_invalidate_overlay_tex(struct Scene *scene, const struct Tex *tex);
+void BKE_paint_invalidate_cursor_overlay(struct Scene *scene, struct CurveMapping *curve);
void BKE_paint_invalidate_overlay_all(void);
-OverlayControlFlags BKE_paint_get_overlay_flags (void);
-void BKE_paint_reset_overlay_invalid (void);
-void BKE_paint_set_overlay_override (bool flag);
-bool BKE_paint_get_overlay_override (void);
+OverlayControlFlags BKE_paint_get_overlay_flags(void);
+void BKE_paint_reset_overlay_invalid(void);
+void BKE_paint_set_overlay_override(bool flag);
+bool BKE_paint_get_overlay_override(void);
void BKE_paint_init(struct Paint *p, const char col[3]);