From 60e823fe228fd6535dac204577fabb457b4679c9 Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Fri, 14 Feb 2020 15:44:49 +0100 Subject: Cleanup: Rename ED_region_tag_redraw_overlay() to ED_region_tag_redraw_cursor() Old name was a bit confusing/misleading, esp. since previous commit. --- source/blender/editors/include/ED_screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include') 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); -- cgit v1.2.3