From ceab47f34790b5598453720fe276e5e6d521c4be Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 3 Dec 2019 23:24:12 +1100 Subject: Cleanup: text-view comments, variable names, const args --- source/blender/editors/space_info/info_intern.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/space_info/info_intern.h') diff --git a/source/blender/editors/space_info/info_intern.h b/source/blender/editors/space_info/info_intern.h index 7d4d6e5ab90..177b43edf74 100644 --- a/source/blender/editors/space_info/info_intern.h +++ b/source/blender/editors/space_info/info_intern.h @@ -46,11 +46,15 @@ void INFO_OT_reports_display_update(struct wmOperatorType *ot); /* info_draw.c */ void *info_text_pick(struct SpaceInfo *sinfo, - struct ARegion *ar, + const struct ARegion *ar, ReportList *reports, int mouse_y); -int info_textview_height(struct SpaceInfo *sinfo, struct ARegion *ar, struct ReportList *reports); -void info_textview_main(struct SpaceInfo *sinfo, struct ARegion *ar, struct ReportList *reports); +int info_textview_height(struct SpaceInfo *sinfo, + const struct ARegion *ar, + struct ReportList *reports); +void info_textview_main(struct SpaceInfo *sinfo, + const struct ARegion *ar, + struct ReportList *reports); /* info_report.c */ int info_report_mask(struct SpaceInfo *sinfo); -- cgit v1.2.3