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>2010-04-24 02:08:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-04-24 02:08:11 +0400
commit62c0ac2dc9462b1e6e6b8b271cbcd100886a83e9 (patch)
treeb59162fcad8b5d7a98ea68263887fd0eb749d52b /source/blender/blenfont/BLF_api.h
parent28e8c04795e40af2a0b2fbc2885e6ab97d4daace (diff)
unix style outliner name wildcards *.*, Any.???, etc (using fnmatch), also removed last beos reference :)
Diffstat (limited to 'source/blender/blenfont/BLF_api.h')
-rw-r--r--source/blender/blenfont/BLF_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenfont/BLF_api.h b/source/blender/blenfont/BLF_api.h
index 1cec570fd09..933d287bcff 100644
--- a/source/blender/blenfont/BLF_api.h
+++ b/source/blender/blenfont/BLF_api.h
@@ -104,6 +104,7 @@ void BLF_disable_default(int option);
*/
void BLF_rotation(int fontid, float angle);
void BLF_clipping(int fontid, float xmin, float ymin, float xmax, float ymax);
+void BLF_clipping_default(float xmin, float ymin, float xmax, float ymax);
void BLF_blur(int fontid, int size);
void BLF_enable(int fontid, int option);