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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-04-08 16:49:38 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2011-04-08 16:49:38 +0400
commit2b955490795892f702b87247fd5c5f35124b7c1d (patch)
tree742b1a215e5dfc2a577eec30d12c54cebd6cb2ca /source/blender/blenlib/BLI_winstuff.h
parent0f5959abd9add48ff94d9a627e9897f917cd5cd8 (diff)
Apply console part of patch [#26044] Windows thumbnails and improved filetype registration
submitted by Tom Edwards This patch introduces a switch -con and its longer version --start-console. When giving this on cmd-line you'll get the black console window. The new behaviour is to hide it by default. We'll still see briefly the console at startup and during exit, but that's something that cannot be changed. If you start blender from a cmd.exe, the console will not be hidden.
Diffstat (limited to 'source/blender/blenlib/BLI_winstuff.h')
-rw-r--r--source/blender/blenlib/BLI_winstuff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_winstuff.h b/source/blender/blenlib/BLI_winstuff.h
index d0eb3c7d67d..176e7319bf7 100644
--- a/source/blender/blenlib/BLI_winstuff.h
+++ b/source/blender/blenlib/BLI_winstuff.h
@@ -127,6 +127,7 @@ typedef struct _DIR {
struct dirent direntry;
} DIR;
+int IsConsoleEmpty(void);
void RegisterBlendExtension(void);
DIR *opendir (const char *path);
struct dirent *readdir(DIR *dp);