From 922e23a31b7e7b7866043d10410d366ff3843bc9 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 ee08c1ef..15d7e7a2 100644 --- a/MMAppController.h +++ b/MMAppController.h @@ -19,6 +19,7 @@ NSMutableArray *vimControllers; NSString *openSelectionString; ATSFontContainerRef fontContainerRef; + BOOL untitledWindowOpening; } - (void)removeVimController:(id)controller; -- 2.11.4.GIT