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:
authorAndrea Weikert <elubie@gmx.net>2010-11-14 13:48:36 +0300
committerAndrea Weikert <elubie@gmx.net>2010-11-14 13:48:36 +0300
commit2e84732228c749f4d7932ab3a4fe60c95f7d19ac (patch)
tree0b5a086b0e52ba765993c228532521e252ed09f1 /source/blender/editors/space_file/file_intern.h
parent27f607f86d270a124c6558ebf7d94ef705ec4da8 (diff)
== filebrowser ==
* drawing code cleanup. * list drawing code now uses uiStyleFontDraw like buttons etc.
Diffstat (limited to 'source/blender/editors/space_file/file_intern.h')
-rw-r--r--source/blender/editors/space_file/file_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/file_intern.h b/source/blender/editors/space_file/file_intern.h
index 3217b5ba4f6..0bc9a6e8db8 100644
--- a/source/blender/editors/space_file/file_intern.h
+++ b/source/blender/editors/space_file/file_intern.h
@@ -93,7 +93,7 @@ void file_operator_to_sfile(struct SpaceFile *sfile, struct wmOperator *op);
/* filesel.c */
-float file_shorten_string(char* string, float w, int flag);
+float file_shorten_string(char* string, float w, int front);
float file_string_width(const char* str);
float file_string_width_shortened(const char* str, float width);