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/makesdna
parentd8b00a3bf5c170c60e33a10c660820b35e2ec0a8 (diff)
FileBrowser: add search field in header bar.
Not much to add, pretty straightforward...
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_space_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 339b232f8a0..d7cfd361b9b 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -585,6 +585,8 @@ typedef struct FileSelectParams {
char filter_glob[64]; /* list of filetypes to filter */
+ char filter_search[64]; /* text items' name must match to be shown. */
+
int active_file;
int sel_first;
int sel_last;