--- drawterm.orig/gui-osx/screen.c	2007-10-26 02:30:36.000000000 +0900
+++ drawterm.new/gui-osx/screen.c	2007-10-26 02:29:52.000000000 +0900
@@ -53,7 +53,7 @@
 	kFullScreenCmd = 2,
 };
 
-static WindowGroupRef winGroup = NULL;
+//static WindowGroupRef winGroup = NULL;
 static WindowRef theWindow = NULL;
 static CGContextRef context;
 static CGDataProviderRef dataProviderRef;
@@ -184,8 +184,8 @@
 		;
 
 	CreateNewWindow(kDocumentWindowClass, windowAttrs, &winRect, &theWindow);
-	CreateWindowGroup(0, &winGroup);
-	SetWindowGroup(theWindow, winGroup);
+//	CreateWindowGroup(0, &winGroup);
+//	SetWindowGroup(theWindow, winGroup);
 
 	SetWindowTitleWithCFString(theWindow, CFSTR("Drawterm"));
 
