commit d9841dc7adc0ad99e56cf508d5d6b6d2e59afbb5 from: Russ Cox date: Thu Jul 03 04:02:31 2008 UTC devdraw: do not create OS X window group (Eric Nichols) commit - 31aedb82d308d07fb120c72fb8db8419f4a10db0 commit + d9841dc7adc0ad99e56cf508d5d6b6d2e59afbb5 blob - a196252bdb5a406e96605c5d50f5b4b77ae2e1d6 blob + 1a9342fa37c120f13289d324696a4834b68e5c8e --- src/cmd/devdraw/osx-screen.c +++ src/cmd/devdraw/osx-screen.c @@ -48,7 +48,6 @@ struct { MenuRef vmenu; WindowRef window; CGImageRef image; - WindowGroupRef wingroup; PasteboardRef snarf; } osx; @@ -142,8 +141,6 @@ _screeninit(void) or.right = r.max.x; or.bottom = r.max.y; CreateNewWindow(kDocumentWindowClass, WindowAttrs, &or, &osx.window); - CreateWindowGroup(0, &osx.wingroup); - SetWindowGroup(osx.window, osx.wingroup); setlabel(osx.label); seticon();