On Mon, 7 Sep 2026 14:40:23 GMT, Marius Hanl <[email protected]> wrote:
>> Thiago Milczarek Sayao has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Review adjustments
>
> modules/javafx.graphics/src/main/java/com/sun/glass/ui/gtk/GtkWindow.java
> line 133:
>
>> 131: protected boolean _minimize(long ptr, boolean minimize) {
>> 132: minimizeImpl(ptr, minimize);
>> 133: notifyStateChanged(WindowEvent.MINIMIZE);
>
> `notifyStateChanged` is not called anymore, is it? Also saved as
> `jGtkWindowNotifyStateChanged` but not called anymore as far as I can see.
Yes, you're right. I removed both notifyStateChanged and
jGtkWindowNotifyStateChanged since they are no longer called.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2139#discussion_r3952504977