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:
authorJulian Eisel <eiseljulian@gmail.com>2020-02-14 17:44:49 +0300
committerJulian Eisel <eiseljulian@gmail.com>2020-02-14 17:59:30 +0300
commit60e823fe228fd6535dac204577fabb457b4679c9 (patch)
treec125f40ec27fb92857d481a4134d4506c4c895b1 /source/blender/editors/screen/area.c
parentc4b9cb0af0ae50c5bdb4246b30aceadb12ec97d9 (diff)
Cleanup: Rename ED_region_tag_redraw_overlay() to ED_region_tag_redraw_cursor()
Old name was a bit confusing/misleading, esp. since previous commit.
Diffstat (limited to 'source/blender/editors/screen/area.c')
-rw-r--r--source/blender/editors/screen/area.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index 01e0ae812cc..353f3124d37 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -635,7 +635,7 @@ void ED_region_tag_redraw(ARegion *ar)
}
}
-void ED_region_tag_redraw_overlay(ARegion *ar)
+void ED_region_tag_redraw_cursor(ARegion *ar)
{
if (ar) {
ar->do_draw_overlay = RGN_DRAW;