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:
authorTon Roosendaal <ton@blender.org>2008-12-14 13:52:48 +0300
committerTon Roosendaal <ton@blender.org>2008-12-14 13:52:48 +0300
commit3a58eddec5d47973f19c1c6102fa3e45a27a71ba (patch)
tree19f33f95274d2a8f17154a11edc4bf4c12967945 /source/blender/editors/include/ED_space_api.h
parent616ab233fa1d91453dd1790d7126bdc41dcb12f9 (diff)
2.5
The basics for InfoSpace. Also added InfoSpace data to area by default, older files allowed to have nothing here (space empty). (prevents reported crasher in switching space info to others). Also: added ifdeffed code in readfile.c to debug missing memory frees from data read from files. (instead of "data from SCR" it will print the actual struct names).
Diffstat (limited to 'source/blender/editors/include/ED_space_api.h')
-rw-r--r--source/blender/editors/include/ED_space_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_space_api.h b/source/blender/editors/include/ED_space_api.h
index b1eb4d152cb..de406af30c9 100644
--- a/source/blender/editors/include/ED_space_api.h
+++ b/source/blender/editors/include/ED_space_api.h
@@ -39,6 +39,7 @@ void ED_spacetype_ipo(void);
void ED_spacetype_image(void);
void ED_spacetype_node(void);
void ED_spacetype_buttons(void);
+void ED_spacetype_info(void);
#endif /* ED_AREA_H */