> -               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 via email to