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>2003-10-13 18:57:43 +0400
committerTon Roosendaal <ton@blender.org>2003-10-13 18:57:43 +0400
commitceb26d2a4ebc3097f9a1cd675a70e8f179915289 (patch)
tree3b03ce66c4e0981333cbf50d332600014c21a472 /source/blender/include/butspace.h
parent5c2005cf06d786985ebf2213aa25070bdbda2a4f (diff)
- experiment: changed drawing style of Panels to minimal and fully
transparant. - converted the Texture buttons, they're nice too!
Diffstat (limited to 'source/blender/include/butspace.h')
-rw-r--r--source/blender/include/butspace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/butspace.h b/source/blender/include/butspace.h
index a0c5bd53f3c..0816a3bc355 100644
--- a/source/blender/include/butspace.h
+++ b/source/blender/include/butspace.h
@@ -81,6 +81,8 @@ extern void world_panels(void);
extern void do_worldbuts(unsigned short event);
extern void radio_panels(void);
extern void do_radiobuts(unsigned short event);
+extern void texture_panels(void);
+extern void do_texbuts(unsigned short event);
/* logic */
extern void do_logic_buts(unsigned short event);