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-20 18:42:48 +0300
committerTon Roosendaal <ton@blender.org>2008-12-20 18:42:48 +0300
commit1550573360241ef5be0839d2652e9e092f510b63 (patch)
tree9574cc3ac1f0f38922d4aa7858c87a93276311ac /source/blender/editors/include/ED_datafiles.h
parent08db8198c489b9664ba14bf4bd15e63efe096c58 (diff)
2.5
- View3D: selecting added. Note it nicely respects user preset, by using the keymap define SELECTMOUSE. - Added missing initialize of default vector font, so text draws.
Diffstat (limited to 'source/blender/editors/include/ED_datafiles.h')
-rw-r--r--source/blender/editors/include/ED_datafiles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_datafiles.h b/source/blender/editors/include/ED_datafiles.h
index ddf3f0c9468..4ea122346af 100644
--- a/source/blender/editors/include/ED_datafiles.h
+++ b/source/blender/editors/include/ED_datafiles.h
@@ -41,7 +41,7 @@ extern int datatoc_splash_jpg_size;
extern char datatoc_splash_jpg[];
extern int datatoc_Bfont_size;
-extern char datatoc_Bfont;
+extern char datatoc_Bfont[];
extern int datatoc_bfont_ttf_size;
extern char datatoc_bfont_ttf[];