RFR: 8280982: [Wayland] [XWayland] java.awt.Robot taking screenshots [v11]

Prasanta Sadhukhan psadhukhan at openjdk.org
Wed Jun 7 05:49:05 UTC 2023


On Wed, 7 Jun 2023 05:12:44 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Alexander Zvegintsev has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - move screencast-tokens.properties to a new location
>>  - fix failure of javax/swing/reliability/HangDuringStaticInitialization.java in headless environment
>
> src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.h line 94:
> 
>> 92:   gint width;
>> 93:   gint height;
>> 94: } GdkRectangle;
> 
> Any reason why it is removed? I think it's needed in gtk2_interface.c, right? 
> Probably we can delete from gtk3_interface.h as it is not used in gtk3_interface.c

ok, I see it's used in screencast c file so moved to gtk_interface.h

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13803#discussion_r1220887351



More information about the build-dev mailing list