-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GL: set win limits noresizable for Windows
Unfortunately when the window is bigger than the desktop size, the behavior is different in Windows and Wayland: 1. in Windows, it is needed to set the limits and not to set GLFW_RESIZE=GLFW_FALSE 2. in Wayland, GLFW_RESIZE must be set to GLFW_FALSE (calling glfwSetWindowSizeLimits() and not setting GLFW_RESIZE=GLFW_FALSE is not enough)
- Loading branch information
1 parent
5bc37c4
commit 6012ecd
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters