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
The comment above is wrong. PsyColor is a GObject. However, it is nice to convert it to a boxed structure, as it is too simple to be an object. This might make it cheaper to create them and make psylib a bit faster.
So I would like to make this a new feature request in order to make all PsyColors a boxed type
maartenuni
changed the title
Unit Test: setting properies on a boxed PsyColor
Unit Test: setting properies on a boxed PsyColor/Make PsyColor a boxed type
Feb 5, 2025
In test_image.c:140 the unit test are setting properties on a PsyColor, which is a boxed structure, not a GObject.
The text was updated successfully, but these errors were encountered: