tdevdraw: do not create OS X window group (Eric Nichols) - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d9841dc7adc0ad99e56cf508d5d6b6d2e59afbb5
 (DIR) parent 31aedb82d308d07fb120c72fb8db8419f4a10db0
 (HTM) Author: Russ Cox <rsc@swtch.com>
       Date:   Thu,  3 Jul 2008 00:02:31 -0400
       
       devdraw: do not create OS X window group (Eric Nichols)
       
       Diffstat:
         M src/cmd/devdraw/osx-screen.c        |       3 ---
       
       1 file changed, 0 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/src/cmd/devdraw/osx-screen.c b/src/cmd/devdraw/osx-screen.c
       t@@ -48,7 +48,6 @@ struct {
                MenuRef vmenu;
                WindowRef window;
                CGImageRef image;
       -        WindowGroupRef wingroup;
                PasteboardRef snarf;
        } osx;
        
       t@@ -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();