diff options
Diffstat (limited to 'generic/ttk/ttkProgress.c')
-rw-r--r-- | generic/ttk/ttkProgress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/ttk/ttkProgress.c b/generic/ttk/ttkProgress.c index b23c698..cfffc42 100644 --- a/generic/ttk/ttkProgress.c +++ b/generic/ttk/ttkProgress.c @@ -120,7 +120,7 @@ static int AnimationEnabled(Progressbar *pb) * Increments the -phase option, redisplays the widget, * and reschedules itself if animation still enabled. */ -static void AnimateProgressProc(ClientData clientData) +static void AnimateProgressProc(void *clientData) { Progressbar *pb = (Progressbar *)clientData; |