From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <14ec7b180807030932i7c183a29g32b2af3bed84c65b@mail.gmail.com> Date: Thu, 3 Jul 2008 10:32:32 -0600 From: "andrey mirtchovski" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <509071940807030738r4dae6987j57b3db92bf7606bf@mail.gmail.com> <14ec7b180807030757u32f499ebvb918df63fdaf1c48@mail.gmail.com> <5d375e920807030813n49aef88gb26666b70419e159@mail.gmail.com> <14ec7b180807030830o7823b00fre2e1ef29e41b1543@mail.gmail.com> <5d375e920807030855m52601bbeie0b0b23879a164d9@mail.gmail.com> <13426df10807030905v5c0c382ex504d09cba8783711@mail.gmail.com> Subject: Re: [9fans] 9vx.OSX bug: resize on second display causes window to go wrong Topicbox-Message-UUID: d94c3fe6-ead3-11e9-9d60-3106f5b1d025 > - BeginFullScreen(&restore, 0, 0, 0, &osx.window, 0, 0); > + GDHandle device; > + GetWindowGreatestAreaDevice(&osx.window, > kWindowTitleBarRgn, &device, NULL); > + BeginFullScreen(&fullScreenRestore, device, 0, 0, > &osx.window, 0, 0); oops, my bad: i missed that code from the original patch it appeared in because i had failed to properly document it in my mail to Russ. thanks for the sharp eyes!