From 14dee6d7a59f16761201798f85e60d09bd353750 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 31 May 2018 21:39:48 +0200 Subject: UI: support drawing panels from multiple contexts --- source/blender/editors/include/ED_screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include/ED_screen.h') diff --git a/source/blender/editors/include/ED_screen.h b/source/blender/editors/include/ED_screen.h index 919c8d14db5..f2ab7318037 100644 --- a/source/blender/editors/include/ED_screen.h +++ b/source/blender/editors/include/ED_screen.h @@ -79,7 +79,7 @@ void ED_region_tag_refresh_ui(struct ARegion *ar); void ED_region_panels_init(struct wmWindowManager *wm, struct ARegion *ar); void ED_region_panels( const struct bContext *C, struct ARegion *ar, - const char *context, int contextnr, + const char *contexts[], int contextnr, const bool vertical); void ED_region_header_init(struct ARegion *ar); void ED_region_header(const struct bContext *C, struct ARegion *ar); -- cgit v1.2.3