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:
authorCampbell Barton <ideasman42@gmail.com>2009-12-10 19:52:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-10 19:52:44 +0300
commit0cc5d50d9183ca3915ae6d0fd423127d7fc43df4 (patch)
tree57049b8e967932116d9715c7c680a2635c60e179 /source/blender/makesdna/DNA_windowmanager_types.h
parent959ac68914c684081e1526b4c9e6380d71cbff1f (diff)
operator report function so python operators can report errors
TODO - reports are currently shown upside down.
Diffstat (limited to 'source/blender/makesdna/DNA_windowmanager_types.h')
-rw-r--r--source/blender/makesdna/DNA_windowmanager_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index 714dc853419..678cc85ee0f 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -60,7 +60,7 @@ struct uiLayout;
#define OP_MAX_TYPENAME 64
#define KMAP_MAX_NAME 64
-
+/* keep in sync with 'wm_report_items' in wm_rna.c */
typedef enum ReportType {
RPT_DEBUG = 1<<0,
RPT_INFO = 1<<1,