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>2011-04-30 12:54:06 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-30 12:54:06 +0400
commit03c362f1ab75dcf647b14a4de0ad636ece05ca82 (patch)
tree86e68a063230b4a05f272f6f12801de7aab0973c /source/blender/blenfont/BLF_api.h
parented76b3cb77279b2be246b54e0f45c5eaabc04bb6 (diff)
fix [#27221] stamp text bug in lower lines
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 93b9cbc0bdf..44d3cf2c61b 100644
--- a/source/blender/blenfont/BLF_api.h
+++ b/source/blender/blenfont/BLF_api.h
@@ -157,7 +157,7 @@ void BLF_shadow_offset(int fontid, int x, int y);
*
* BLF_buffer(NULL, NULL, 0, 0, 0);
*/
-void BLF_buffer(int fontid, float *fbuf, unsigned char *cbuf, unsigned int w, unsigned int h, int nch);
+void BLF_buffer(int fontid, float *fbuf, unsigned char *cbuf, int w, int h, int nch);
/*
* Set the color to be used for text.