On Wed, 8 Sep 2021 11:34:48 GMT, Pankaj Bansal <[email protected]> wrote:

>> Thanks for the hint , I removed the initialization you mentioned.
>> 
>> Best regards, Matthias
>
> I think the declaration of function pointer should also be removed. So 
> following should be removed from line no 150
> static void (*fp_gtk_paint_diamond)(GtkStyle* style, GdkWindow* window,
>         GtkStateType state_type, GtkShadowType shadow_type,
>         GdkRectangle* area, GtkWidget* widget, const gchar* detail,
>         gint x, gint y, gint width, gint height);

Thanks, I removed the declaration you mentioned.
Best regards, Matthias

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

PR: https://git.openjdk.java.net/jdk/pull/5384

Reply via email to