From 89e0d9848a0660c81e57f1e5e9778a2b920bd54a Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 28 Jun 2018 12:06:00 +0200 Subject: UI: keep some operator text in headers. Key shortcuts and explanation about how to use the tool should go to the status bar, but other info can in the header so it's near where the user is working. This distinction has not been made yet for all operators. --- source/blender/makesdna/DNA_screen_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_screen_types.h') diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h index f660864d519..500d198fa74 100644 --- a/source/blender/makesdna/DNA_screen_types.h +++ b/source/blender/makesdna/DNA_screen_types.h @@ -351,6 +351,7 @@ typedef struct ARegion { struct wmTimer *regiontimer; /* blend in/out */ struct wmDrawBuffer *draw_buffer; + char *headerstr; /* use this string to draw info */ void *regiondata; /* XXX 2.50, need spacedata equivalent? */ ARegion_Runtime runtime; -- cgit v1.2.3