Store widget instead of drawable in _Spiral

This commit is contained in:
Paul Dicker
2025-04-01 07:11:55 +02:00
committed by Stéphane Lesimple
parent 2cd769a958
commit 9effa298cd
2 changed files with 14 additions and 11 deletions

View File

@@ -1522,7 +1522,7 @@ void EndIterativeSmartLEC(void*);
***/
typedef struct _Spiral
{ GdkDrawable *drawable;
{ GtkWidget *widget;
int mx, my;
int startRadius;
int segmentSize;