From 691471fe22be17e9ad24ca4da71aeedea640f05c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 11 Jun 2018 19:30:48 +0200 Subject: Cleanup: add simplified panel callbacks --- source/blender/editors/include/ED_screen.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (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 504e910d043..a2245dcc16e 100644 --- a/source/blender/editors/include/ED_screen.h +++ b/source/blender/editors/include/ED_screen.h @@ -78,12 +78,16 @@ void ED_region_tag_redraw_no_rebuild(struct ARegion *ar); void ED_region_tag_refresh_ui(struct ARegion *ar); void ED_region_panels_init(struct wmWindowManager *wm, struct ARegion *ar); -void ED_region_panels( +void ED_region_panels_ex( const struct bContext *C, struct ARegion *ar, const char *contexts[], int contextnr, const bool vertical); -void ED_region_panels_layout( +void ED_region_panels( + const struct bContext *C, struct ARegion *ar); +void ED_region_panels_layout_ex( const struct bContext *C, struct ARegion *ar, const char *contexts[], int contextnr, const bool vertical); +void ED_region_panels_layout( + const struct bContext *C, struct ARegion *ar); void ED_region_panels_draw( const struct bContext *C, struct ARegion *ar); -- cgit v1.2.3