Commit: 1bfa64895e0321460d5137e0db2df5fb83a22be7
Author: Campbell Barton
Date:   Sat Jan 11 23:52:36 2014 +1100
https://developer.blender.org/rB1bfa64895e0321460d5137e0db2df5fb83a22be7

Ghost: update multitest for changes in BLF

===================================================================

M       intern/ghost/test/multitest/MultiTest.c

===================================================================

diff --git a/intern/ghost/test/multitest/MultiTest.c 
b/intern/ghost/test/multitest/MultiTest.c
index e9d5880..8fb46ff 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;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to