9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "andrey mirtchovski" <mirtchovski@gmail.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net>
Subject: Re: [9fans] 9vx.OSX bug: resize on second display causes window to go wrong
Date: Thu,  3 Jul 2008 10:32:32 -0600	[thread overview]
Message-ID: <14ec7b180807030932i7c183a29g32b2af3bed84c65b@mail.gmail.com> (raw)
In-Reply-To: <ab4cf6420807030925j34f06deat6951b4ffb0751688@mail.gmail.com>

> -               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!



  reply	other threads:[~2008-07-03 16:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-03 14:38 Anthony Sorace
2008-07-03 14:57 ` andrey mirtchovski
2008-07-03 15:13   ` Uriel
2008-07-03 15:30     ` andrey mirtchovski
2008-07-03 15:55       ` Uriel
2008-07-03 16:05         ` ron minnich
2008-07-03 16:10           ` [9fans] 9vx.OSX bug: resize on second display causes window to erik quanstrom
2008-07-03 16:25           ` [9fans] 9vx.OSX bug: resize on second display causes window to go wrong underspecified
2008-07-03 16:32             ` andrey mirtchovski [this message]
2008-07-03 16:33             ` underspecified
2008-07-03 17:28     ` Russ Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=14ec7b180807030932i7c183a29g32b2af3bed84c65b@mail.gmail.com \
    --to=mirtchovski@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).