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-03-20 17:23:56 +0300
committerAndrea Weikert <elubie@gmx.net>2010-03-20 17:23:56 +0300
commit08164794b2dad21e2ffaf2fa61d60fa77d86d2c8 (patch)
tree6e5e9be110877c333c0abd6881840292abed8445 /source/blender/blenlib/BLI_storage.h
parentca3736c123aff2bb01f3231687a807952cdca4af (diff)
Fix [#21658] file browser "hide invisible" doesn't hide anything
- moved global hide_dot to filelist. - hiding dot files is now included in the filtering of files, which means that for this directory also doesn't have to be read anymore. - reverted changes of rev. 27491 and related changes in rev. 27523 in favor of a more general abstraction for the different 'file browser modes' with respect to filtering.
Diffstat (limited to 'source/blender/blenlib/BLI_storage.h')
-rw-r--r--source/blender/blenlib/BLI_storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_storage.h b/source/blender/blenlib/BLI_storage.h
index 7791c596229..61f175cb772 100644
--- a/source/blender/blenlib/BLI_storage.h
+++ b/source/blender/blenlib/BLI_storage.h
@@ -50,7 +50,7 @@ int BLI_filesize(int file);
int BLI_filepathsize(const char *path);
double BLI_diskfree(char *dir);
char *BLI_getwdN(char *dir);
-void BLI_hide_dot_files(int set);
+
unsigned int BLI_getdir(char *dirname, struct direntry **filelist);
/**
* @attention Do not confuse with BLI_exists