fix warnings
authorDana Jansens <danakj@orodu.net>
Sat, 11 Oct 2003 08:05:56 +0000 (08:05 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 11 Oct 2003 08:05:56 +0000 (08:05 +0000)
tools/kdetrayproxy/kdetrayproxy.c

index f276bf8..d2de301 100644 (file)
@@ -151,7 +151,7 @@ void addicon(Window win)
 void removeicon(Window win, int unmap)
 {
     IList *it, *last = NULL;
-    void *old;
+    int (*old)(Display *, XErrorEvent *);
 
     for (it = list; it; last = it, it = it->next)
         if (it->win == win) {