From d197ec74e31c0a90b440246e5c48dd0644055740 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Mon, 2 May 2011 08:07:24 +0000 Subject: Fix [#26981] Command window is not opening in 2.57.0 Reported by Thomas Engel Fix [#26938] Blender Zoom not working after startup (Windows) Reported by Ilija Boshkov by applying patch [#26881] Fix for console disappearing in debug mode [Windows] Submitted by Alexander Kuznetsov (AlexK) The patch moves console toggling code into GHOST and improves on the toggling behaviour. The patch changes handling of WM_SYSCOMMAND so that alt-key toggling isn't a problem anymore. --- source/blender/blenlib/BLI_winstuff.h | 1 - 1 file changed, 1 deletion(-) (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 176e7319bf7..d0eb3c7d67d 100644 --- a/source/blender/blenlib/BLI_winstuff.h +++ b/source/blender/blenlib/BLI_winstuff.h @@ -127,7 +127,6 @@ 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