You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it is possible to achieve the same functionality by passing null as the first argument, this change breaks existing codebases that rely on the previous signature, such as kotlin-graphics/imgui.
To maintain backward compatibility, I request to add an overloaded version of the GetWindowLongPtr function that retains the original signature:
Version
3.3.6
Platform
Windows x64
JDK
N/A
Module
org.lwjgl.system.windows.User32
Bug description
In version 3.3.4 of the
org.lwjgl.system.windows.User32
module, the functionGetWindowLongPtr
had the following signature:However, in version 3.3.6, the function signature was changed to:
While it is possible to achieve the same functionality by passing null as the first argument, this change breaks existing codebases that rely on the previous signature, such as kotlin-graphics/imgui.
To maintain backward compatibility, I request to add an overloaded version of the GetWindowLongPtr function that retains the original signature:
Stacktrace or crash log output
The text was updated successfully, but these errors were encountered: