]> Dogcows Code - chaz/openbox/commitdiff
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 f276bf89a5b60565e511164f5339728d1e4a45e5..d2de3017432e7c4198414c7e1001fed5974de004 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) {
This page took 0.03368 seconds and 4 git commands to generate.