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:
authorNathan Letwory <nathan@letworyinteractive.com>2006-11-07 14:24:11 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-11-07 14:24:11 +0300
commit008d6987d0d2b0b2d3bc44c649b769c2d32d6f59 (patch)
tree0d765dd87b3ba0ad12f0baee21d14381fdf852a3 /source/blender/src/renderwin.c
parenta8d1f308072261afb90a12cdb6c54c9a3981e087 (diff)
move SPACE_* (enum) and SPACEICONMAX to DNA_space_types (being the more logical place than DNA_screen_types). SPACEICONMAX gets its value now through this enum, so it is not anymore easy to forget to update it correctly :)
Diffstat (limited to 'source/blender/src/renderwin.c')
-rw-r--r--source/blender/src/renderwin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/renderwin.c b/source/blender/src/renderwin.c
index 2152e65940c..f6bd1d76524 100644
--- a/source/blender/src/renderwin.c
+++ b/source/blender/src/renderwin.c
@@ -63,6 +63,7 @@
#include "BMF_Api.h"
#include "DNA_image_types.h"
+#include "DNA_space_types.h"
#include "DNA_screen_types.h"
#include "DNA_scene_types.h"
#include "DNA_view3d_types.h"