fix warnings
This commit is contained in:
parent
98c6a20f95
commit
2cb368cb1b
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue