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:
authorCampbell Barton <ideasman42@gmail.com>2014-01-11 16:52:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-11 16:53:23 +0400
commit1bfa64895e0321460d5137e0db2df5fb83a22be7 (patch)
tree065529590ceb53c8ce11dd9982ae39d93aa6f0ee /intern/ghost/test
parent8952f58375385a6e8a636aa1e86763e88fc68fc0 (diff)
Ghost: update multitest for changes in BLF
Diffstat (limited to 'intern/ghost/test')
-rw-r--r--intern/ghost/test/multitest/MultiTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/test/multitest/MultiTest.c b/intern/ghost/test/multitest/MultiTest.c
index e9d5880651e..8fb46ffc385 100644
--- a/intern/ghost/test/multitest/MultiTest.c
+++ b/intern/ghost/test/multitest/MultiTest.c
@@ -602,7 +602,7 @@ LoggerWindow *loggerwindow_new(MultiTestApp *app) {
#else
lw->font = BLF_load_mem("default", (unsigned char *)datatoc_bfont_ttf, datatoc_bfont_ttf_size);
BLF_size(lw->font, 11, 72);
- lw->fontheight = BLF_height(lw->font, "A_");
+ lw->fontheight = BLF_height(lw->font, "A_", 2);
#endif
lw->nloglines = lw->logsize = 0;