Convert colors to GdkRGBA

This commit is contained in:
Paul Dicker
2025-04-02 21:52:04 +02:00
committed by Stéphane Lesimple
parent 6c88a55600
commit d66ee15738
16 changed files with 158 additions and 207 deletions

View File

@@ -73,7 +73,7 @@ void ResetRS02VerifyWindow(Method *self)
typedef struct _spiral_idle_info
{ Spiral *cmpSpiral;
GdkColor *segColor;
GdkRGBA *segColor;
int from, to;
} spiral_idle_info;