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>2018-01-19 09:31:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-01-19 09:37:01 +0300
commit4444ea42f29c9b006fd20c9fb6de5787ad98f30f (patch)
treeeae8908bfeae8ef77ef8a4cedef020adbf44b06d /source/blender/makesdna/DNA_windowmanager_types.h
parentc850320b35863edc35f0b0acd1c75ed48bb71542 (diff)
parentebf01d44ee0e034da169efc0aca81f99966ebde6 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/makesdna/DNA_windowmanager_types.h')
-rw-r--r--source/blender/makesdna/DNA_windowmanager_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index fd2a422b4c8..f794c5cbaff 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -227,6 +227,9 @@ typedef struct wmWindow {
ListBase gesture; /* gesture stuff */
struct Stereo3dFormat *stereo3d_format; /* properties for stereoscopic displays */
+
+ /* custom drawing callbacks */
+ ListBase drawcalls;
} wmWindow;
#ifdef ime_data