On Wed, 8 Sep 2021 04:17:10 GMT, Pankaj Bansal <[email protected]> wrote:
>> Matthias Baesken has updated the pull request incrementally with one >> additional commit since the last revision: >> >> remove fp_gtk_paint_diamond function pointer init > > src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c line 1853: > >> 1851: } >> 1852: >> 1853: static void gtk2_paint_diamond(WidgetType widget_type, GtkStateType >> state_type, > > I think the function pointer initialiasation of this function > `fp_gtk_paint_diamond` should also be removed along with removing the > function definition. Thanks for the hint , I removed the initialization you mentioned. Best regards, Matthias ------------- PR: https://git.openjdk.java.net/jdk/pull/5384
