plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit d9841dc7adc0ad99e56cf508d5d6b6d2e59afbb5
parent 31aedb82d308d07fb120c72fb8db8419f4a10db0
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:
Msrc/cmd/devdraw/osx-screen.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/cmd/devdraw/osx-screen.c b/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();