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:
authorMatt Ebb <matt@mke3.net>2004-07-19 11:08:51 +0400
committerMatt Ebb <matt@mke3.net>2004-07-19 11:08:51 +0400
commit66c2b4aacef210d721c35321147ae64d3950c9f1 (patch)
treeda466e4450dbea7394bbd8a49ac7a60f40973285 /source/blender/include/BIF_space.h
parent6883efe712d5c29239372849295332b7aaa30584 (diff)
Details, details...
* Aligned the header align toggle button thing with the menu and gave handle_view3d_around() a prototype to clean up a warning * Replaced the conglomerate of abbreviated texture blend modes with a menu
Diffstat (limited to 'source/blender/include/BIF_space.h')
-rw-r--r--source/blender/include/BIF_space.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_space.h b/source/blender/include/BIF_space.h
index 75719761961..14f83531ae6 100644
--- a/source/blender/include/BIF_space.h
+++ b/source/blender/include/BIF_space.h
@@ -94,6 +94,7 @@ extern void force_draw(void);
extern void force_draw_all(void);
extern void force_draw_plus(int type);
extern void freespacelist(struct ListBase *lb);
+extern void handle_view3d_around(void);
extern void handle_view3d_lock(void);
extern void init_butspace(struct ScrArea *sa);
extern void init_filespace(struct ScrArea *sa);