summaryrefslogtreecommitdiff
path: root/tools/kdetrayproxy
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-10-11 08:05:56 +0000
committerDana Jansens <danakj@orodu.net>2003-10-11 08:05:56 +0000
commit2cb368cb1bde0174d75e850961041142531ca144 (patch)
tree730f64850b6d8261410c421d99b53170832239ea /tools/kdetrayproxy
parent98c6a20f95684c4f073d8b312dd8973dd46644b8 (diff)
fix warnings
Diffstat (limited to 'tools/kdetrayproxy')
-rw-r--r--tools/kdetrayproxy/kdetrayproxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kdetrayproxy/kdetrayproxy.c b/tools/kdetrayproxy/kdetrayproxy.c
index f276bf89..d2de3017 100644
--- a/tools/kdetrayproxy/kdetrayproxy.c
+++ b/tools/kdetrayproxy/kdetrayproxy.c
@@ -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) {