ands / borderless-window-opengl

Demonstration of alpha blended compositing of OpenGL contexts via borderless windows using the Win32 API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maximizing Popup only works correctly in single screen setup

Nomoresleep opened this issue · comments

Because each monitor can have its own working area (depending for example on the location of the taskbar) maximizing a window is currently only working correctly on a single monitor or (in a dual monitor setup) on the main screen.

commented

Is that fixed for you with 9da6560 ?

Sadly no :(. It appears to be working the same as before. But I used it to create a working fix: Nomoresleep@d485120

commented

Closing this since your pull request was accepted :)