On Sun, 6 Sep 2026 13:42:21 GMT, Michael Strauß <[email protected]> wrote:

>> It removes the minimum and maximum window size constraints, allowing the 
>> window to be resized programmatically even when those constraints would 
>> otherwise prevent it. This matches the behavior provided on other platforms.
>
> I'm just reading the documentation and it says that the flags indicate "which 
> struct fields should be paid attention to"; however, there is no struct since 
> you're passing in `nullptr`. This might be a case of unclear documentation, 
> if the function works in the way how you're using it, then all is good.

It seems to work, but I changed it to pass `0` for the hints mask as suggested. 
This seems more consistent with the intended behavior.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/2139#discussion_r3944790589

Reply via email to