From 2b955490795892f702b87247fd5c5f35124b7c1d Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Fri, 8 Apr 2011 12:49:38 +0000 Subject: 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. --- source/blender/blenlib/BLI_winstuff.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenlib/BLI_winstuff.h') 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); -- cgit v1.2.3