Maximize borderless window outside of task bar

This issue of maximized borderless windows on Windows has been raised before, and I created an issue for it on the GLFW Github site.

It looks like the intended behaviour will be implemented in milestone 3.4, as there is already a large backlog on GLFW.

As a workaround, you could use the windows function SystemParametersInfo with the uiAction set to SPI_GETWORKAREA to get the work area (desktop size excluding task bar).

1 Like