From 419911b1d19ceeb87cd1c0a7b78f0133bee4a6cd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 16 Feb 2019 10:16:16 +1100 Subject: DNA: rename SpaceIpo -> SpaceGraph --- source/blender/editors/space_graph/graph_intern.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/space_graph/graph_intern.h') diff --git a/source/blender/editors/space_graph/graph_intern.h b/source/blender/editors/space_graph/graph_intern.h index fe80df38ace..576a34fead6 100644 --- a/source/blender/editors/space_graph/graph_intern.h +++ b/source/blender/editors/space_graph/graph_intern.h @@ -26,7 +26,7 @@ struct ARegion; struct ARegionType; struct ScrArea; -struct SpaceIpo; +struct SpaceGraph; struct View2DGrid; struct bAnimContext; struct bAnimListElem; @@ -42,8 +42,8 @@ struct ARegion *graph_has_buttons_region(struct ScrArea *sa); /* graph_draw.c */ void graph_draw_channel_names(struct bContext *C, struct bAnimContext *ac, struct ARegion *ar); -void graph_draw_curves(struct bAnimContext *ac, struct SpaceIpo *sipo, struct ARegion *ar, struct View2DGrid *grid, short sel); -void graph_draw_ghost_curves(struct bAnimContext *ac, struct SpaceIpo *sipo, struct ARegion *ar); +void graph_draw_curves(struct bAnimContext *ac, struct SpaceGraph *sipo, struct ARegion *ar, struct View2DGrid *grid, short sel); +void graph_draw_ghost_curves(struct bAnimContext *ac, struct SpaceGraph *sipo, struct ARegion *ar); /* ***************************************** */ /* graph_select.c */ -- cgit v1.2.3