elementary / elementary/settings-desktop
Issue with Gdk.RGBA
Open
- Dominant language
- Vala
- Stars
- 37
- Forks
- 24
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 4
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.