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-02-15 16:53:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-02-15 16:53:26 +0300
commitb35092f03cfec7ea0c67a08a547d67f009a53498 (patch)
treeef5db809a55181ba35c5050d0f29dae14c040db0 /source/blender/makesdna
parent66d3dcf150503b860cf6e17d0ad646508eacc27e (diff)
thought the hashes were my own mistake from typing python in the wrong window but turns out the pre-processor uses them.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_windowmanager_types.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index 5ca268692e5..468623cd2b0 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -117,8 +117,11 @@ typedef struct wmWindow {
ListBase gesture; /* gesture stuff */
} wmWindow;
+/* should be somthing like DNA_EXCLUDE
+ * but the preprocessor first removes all comments, spaces etc */
-
+#
+#
typedef struct wmOperatorType {
struct wmOperatorType *next, *prev;