9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] 9vx 0.12 OSX covers dock when maximized
@ 2008-07-03  1:05 underspecified
  0 siblings, 0 replies; only message in thread
From: underspecified @ 2008-07-03  1:05 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Greetings,

In OS-X 9vx covers the dock when maximized.
The fix is simple; don't create a special window group for the application:

diff -r ca5b26cbe43a src/9vx/osx/screen.c
--- a/src/9vx/osx/screen.c	Tue Jul 01 17:27:41 2008 -0400
+++ b/src/9vx/osx/screen.c	Thu Jul 03 09:59:35 2008 +0900
@@ -126,8 +126,6 @@
 	or.bottom = Dy(osx.fullscreenr) - 200;
 	or.right = Dx(osx.fullscreenr);
 	CreateNewWindow(kDocumentWindowClass, WindowAttrs, &or, &osx.window);
-	CreateWindowGroup(0, &osx.wingroup);
-	SetWindowGroup(osx.window, osx.wingroup);
 	SetWindowTitleWithCFString(osx.window, CFSTR("Plan 9 VX"));
 	seticon();

--underspecified



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-03  1:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-03  1:05 [9fans] 9vx 0.12 OSX covers dock when maximized underspecified

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).