Store widget instead of drawable in _Spiral
This commit is contained in:
committed by
Stéphane Lesimple
parent
2cd769a958
commit
9effa298cd
@@ -1522,7 +1522,7 @@ void EndIterativeSmartLEC(void*);
|
||||
***/
|
||||
|
||||
typedef struct _Spiral
|
||||
{ GdkDrawable *drawable;
|
||||
{ GtkWidget *widget;
|
||||
int mx, my;
|
||||
int startRadius;
|
||||
int segmentSize;
|
||||
|
||||
Reference in New Issue
Block a user