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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-22 14:59:36 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-22 14:59:36 +0300
commit09b1c681e16575ee82bcc3949728189cb968d927 (patch)
tree1d16d380f47a8932e59f2aab94d3dda448291e13 /source/blender/windowmanager/wm_draw.h
parent1e9bf0cfdb6c925b28af6f0330467e7d9d798c05 (diff)
Sculpt Mode Bugfixes:
* #20833: layer brush doesn't work with multires. * #20946: sculpt mode partially removes parts of the mesh in the viewport. * #20420: grab brush stops after moving some distance. * #20906: sculpt grab tool moves in wrong direction. * #21132 and #21272: undo on object with subdivision surface modifier crashes. * #21115: subsurf + multires + sculpting + undo causes crash. * #20683: sculpt + multires apply + undo crash. * #19094: wrong outline in solid mode.
Diffstat (limited to 'source/blender/windowmanager/wm_draw.h')
-rw-r--r--source/blender/windowmanager/wm_draw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/windowmanager/wm_draw.h b/source/blender/windowmanager/wm_draw.h
index 42d3ec7e8bc..762d759c936 100644
--- a/source/blender/windowmanager/wm_draw.h
+++ b/source/blender/windowmanager/wm_draw.h
@@ -38,5 +38,7 @@ void wm_draw_update (struct bContext *C);
void wm_draw_window_clear (struct wmWindow *win);
void wm_draw_region_clear (struct wmWindow *win, struct ARegion *ar);
+void wm_tag_redraw_overlay (struct wmWindow *win, struct ARegion *ar);
+
#endif /* WM_DRAW_H */