projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98c6a20
)
fix warnings
author
Dana Jansens
<danakj@orodu.net>
Sat, 11 Oct 2003 08:05:56 +0000
(08:05 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 11 Oct 2003 08:05:56 +0000
(08:05 +0000)
tools/kdetrayproxy/kdetrayproxy.c
patch
|
blob
|
history
diff --git
a/tools/kdetrayproxy/kdetrayproxy.c
b/tools/kdetrayproxy/kdetrayproxy.c
index f276bf89a5b60565e511164f5339728d1e4a45e5..d2de3017432e7c4198414c7e1001fed5974de004 100644
(file)
--- 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) {