You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue because of the inconsistency of the Gdk.RGBA API: there is no creation function and vala creates it using g_malloc when the structure is declared to be using g_slice_alloc when using gdk_rgba_copy.
We either have to fix Vala or avoid using "rgba" properties here.
The text was updated successfully, but these errors were encountered:
This is an issue because of the inconsistency of the Gdk.RGBA API: there is no creation function and vala creates it using
g_malloc
when the structure is declared to be usingg_slice_alloc
when using gdk_rgba_copy.We either have to fix Vala or avoid using "rgba" properties here.
The text was updated successfully, but these errors were encountered: