From d05b2811cf0efa8205bb86b281791c2ba9d6e347 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sun, 23 Sep 2007 16:20:30 +0000 Subject: [PATCH] Focus stealing bug fixed git-svn-id: http://macvim.googlecode.com/svn/trunk@276 96c4425d-ca35-0410-94e5-3396d5c13a8f --- MMAppController.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MMAppController.h b/MMAppController.h index ee08c1ef67..15d7e7a2e8 100644 --- a/MMAppController.h +++ b/MMAppController.h @@ -19,6 +19,7 @@ NSMutableArray *vimControllers; NSString *openSelectionString; ATSFontContainerRef fontContainerRef; + BOOL untitledWindowOpening; } - (void)removeVimController:(id)controller;