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:
authorBastien Montagne <montagne29@wanadoo.fr>2015-01-03 23:55:16 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-01-03 23:55:16 +0300
commitdcc5997527df32dfbb71874e3099b3790d8e9b4a (patch)
tree458d2cdbd3e8af18ac67af4ecb2558346307aeb3 /source/blender/editors/space_file/filelist.h
parentd8b00a3bf5c170c60e33a10c660820b35e2ec0a8 (diff)
FileBrowser: add search field in header bar.
Not much to add, pretty straightforward...
Diffstat (limited to 'source/blender/editors/space_file/filelist.h')
-rw-r--r--source/blender/editors/space_file/filelist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/filelist.h b/source/blender/editors/space_file/filelist.h
index f2b03c059f2..797d54a89b1 100644
--- a/source/blender/editors/space_file/filelist.h
+++ b/source/blender/editors/space_file/filelist.h
@@ -74,7 +74,8 @@ bool filelist_need_sorting(struct FileList *filelist);
void filelist_sort(struct FileList *filelist);
void filelist_setfilter_options(struct FileList *filelist, const bool hide_dot, const bool hide_parent,
- const unsigned int filter, const char *filter_glob);
+ const unsigned int filter,
+ const char *filter_glob, const char *filter_search);
void filelist_filter(struct FileList *filelist);
void filelist_init_icons(void);