RFR: 8305768: Unify WindowContext in glass-gtk [v2]

Thiago Milczarek Sayao tsayao at openjdk.org
Sat Apr 15 23:05:40 UTC 2023


On Sat, 8 Apr 2023 01:03:53 GMT, Thiago Milczarek Sayao <tsayao at openjdk.org> wrote:

>> This unifies and organizes WindowContext of the glass-gtk.
>> 
>> It does not change any behaviour, just reorganizes the code.
>
> Thiago Milczarek Sayao has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Unrelated file

modules/javafx.graphics/src/main/native-glass/gtk/glass_window.cpp line 126:

> 124:             geometry(),
> 125:             resizable(),
> 126:             jview(NULL) {

For some reason if `jview` is not initialized as `NULL`, `set_view`crashes.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1085#discussion_r1167647317


More information about the openjfx-dev mailing list