RFR: 8354943: [Linux] Simplify and update glass gtk backend: window sizing, positioning, and state management issues [v17]

Thiago Milczarek Sayao tsayao at openjdk.org
Wed May 7 09:30:06 UTC 2025


On Wed, 7 May 2025 06:08:46 GMT, Lukasz Kostyra <lkostyra at openjdk.org> wrote:

>> Thiago Milczarek Sayao has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review fixes
>
> modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h line 244:
> 
>> 242: 
>> 243: #ifdef VERBOSE
>> 244: #define LOG(msg, ...) { printf(msg, ##__VA_ARGS__); fflush(stdout); }
> 
> This needs its empty/noop variant in the #else block as well, otherwise build will break on Release

Fixed

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1789#discussion_r2077218714


More information about the openjfx-dev mailing list