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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2017-07-08 02:02:11 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2017-07-08 02:02:11 +0300
commitdb28e2deb9d154ed50600542e37828867d0148e5 (patch)
tree279612479f5a0052d4a189af6e36b3dbff1e231c /source/blender/blenfont/BLF_api.h
parente960cecdf8d1cef32f8c42e633ad05a08a97972b (diff)
parent7dc3ad22873e08de11172757066bb2b3a27f7203 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/blenfont/BLF_api.h')
-rw-r--r--source/blender/blenfont/BLF_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenfont/BLF_api.h b/source/blender/blenfont/BLF_api.h
index 1b967f889c0..22559edad22 100644
--- a/source/blender/blenfont/BLF_api.h
+++ b/source/blender/blenfont/BLF_api.h
@@ -41,7 +41,7 @@ struct rctf;
struct ColorManagedDisplay;
struct ResultBLF;
-int BLF_init(int points, int dpi);
+int BLF_init(void);
void BLF_exit(void);
void BLF_default_dpi(int dpi);
void BLF_default_set(int fontid);