Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/space_info/info_intern.h')
-rw-r--r--source/blender/editors/space_info/info_intern.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/space_info/info_intern.h b/source/blender/editors/space_info/info_intern.h
index 177b43edf74..443a1659690 100644
--- a/source/blender/editors/space_info/info_intern.h
+++ b/source/blender/editors/space_info/info_intern.h
@@ -46,14 +46,14 @@ void INFO_OT_reports_display_update(struct wmOperatorType *ot);
/* info_draw.c */
void *info_text_pick(struct SpaceInfo *sinfo,
- const struct ARegion *ar,
+ const struct ARegion *region,
ReportList *reports,
int mouse_y);
int info_textview_height(struct SpaceInfo *sinfo,
- const struct ARegion *ar,
+ const struct ARegion *region,
struct ReportList *reports);
void info_textview_main(struct SpaceInfo *sinfo,
- const struct ARegion *ar,
+ const struct ARegion *region,
struct ReportList *reports);
/* info_report.c */