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/include
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/include')
-rw-r--r--source/blender/editors/include/ED_screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_screen.h b/source/blender/editors/include/ED_screen.h
index 3149a111b74..ca083242ef2 100644
--- a/source/blender/editors/include/ED_screen.h
+++ b/source/blender/editors/include/ED_screen.h
@@ -72,7 +72,7 @@ void ED_region_update_rect(struct ARegion *ar);
void ED_region_floating_initialize(struct ARegion *ar);
void ED_region_tag_redraw(struct ARegion *ar);
void ED_region_tag_redraw_partial(struct ARegion *ar, const struct rcti *rct, bool rebuild);
-void ED_region_tag_redraw_overlay(struct ARegion *ar);
+void ED_region_tag_redraw_cursor(struct ARegion *ar);
void ED_region_tag_redraw_no_rebuild(struct ARegion *ar);
void ED_region_tag_refresh_ui(struct ARegion *ar);
void ED_region_tag_redraw_editor_overlays(struct ARegion *ar);