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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2008-10-03 22:03:30 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-10-03 22:03:30 +0400
commit40fb11efaf49253b00b05377278489d8f0e8f59a (patch)
tree73215cd3e93732bd757d3b98a6c1fe5007813d56 /source/blender/makesdna/DNA_windowmanager_types.h
parentfdb0b003f0555cd865bc665eaf99137501aa2be2 (diff)
2.5 Branch: added WM_report and WM_reportf functions for reporting
information, warnings and errors.
Diffstat (limited to 'source/blender/makesdna/DNA_windowmanager_types.h')
-rw-r--r--source/blender/makesdna/DNA_windowmanager_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index 788f9f71e56..99334d705dc 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -61,6 +61,8 @@ typedef struct wmWindowManager {
ListBase operators; /* operator registry */
ListBase queue; /* refresh/redraw wmNotifier structs */
+
+ ListBase reports; /* information and error reports */
/* custom keymaps */
ListBase windowkeymap;