Re: [PATCH] ui/cocoa: Fixed modeswitching glitch in zoomed fullscreen mode

2022-06-19 Thread Imran Yusuff
will get back to you soon once done. Regards, Imran Yusuff On Sun, Jun 19, 2022 at 5:00 AM Akihiko Odaki wrote: > On 2022/06/19 9:41, Imran Yusuff wrote: > > This applies only on macOS using cocoa UI library. > > > > In zoom-to-fit fullscreen mode, upon graphics mode switch

[PATCH] ui/cocoa: Fixed modeswitching glitch in zoomed fullscreen mode

2022-06-19 Thread Imran Yusuff
up a Windows 3.11 system, booting into DOS, enable zoom-to-fit, enter fullscreen mode and start Windows by 'win'. Then you can see only part of the screen. This commit fixes this problem, by including one line of code which is from the fullscreen mode initialization. Signed-off-by: Im