LWJGL Forum

Programming => Bug Reports / RFE => Topic started by: cypherdare on November 05, 2016, 02:00:55

Title: Window size limits stopped working in 3.1.0
Post by: cypherdare on November 05, 2016, 02:00:55
I'm using LWJGL through the LibGDX framework, which just merged in 3.1.0 today. This update causes GLFW.glfwSetWindowSizeLimits() to do nothing to limit the window size on Windows 10 for me. It works fine if I roll back to the LibGDX version with LWJGL 3.0.

Can anyone else confirm this issue in base LWJGL? I'm trying to trace the bug back to its source. It's probably something recently changed in GLFW, but I want to be sure before I try to dive into that, as I'm not well-experienced with C code. I don't want to open a GLFW bug without being sure it didn't occur downstream from GLFW.

Thanks.
Title: Re: Window size limits stopped working in 3.1.0
Post by: seventh-chord on November 05, 2016, 12:08:26
Im running LWJGL 3.1.0, and the function works for me (Running linux, gnome). Interestingly, when snapping the window to the top of the screen it does not work.
Title: Re: Window size limits stopped working in 3.1.0
Post by: spasi on November 05, 2016, 12:21:06
Seems to be working fine for me (on Windows 10).
Title: Re: Window size limits stopped working in 3.1.0
Post by: cypherdare on November 06, 2016, 02:59:52
Thanks for checking! Helpful to know it's either a downstream issue in LibGDX, my own code, or something peculiar about my installation.