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>2013-04-18 05:52:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-18 05:52:38 +0400
commit3f7f07faf51c16f11e5eefeddb537b2e1b024f58 (patch)
treec33a03d05bf774ea363d355694432a400487ec10 /source/blender/blenkernel/BKE_paint.h
parent9cceec40c47543eb372bd9c1331901857b5f120a (diff)
style cleanup
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]);