1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

Miscellaneous fixes from OpenSuse

These are some of the fixes sent to the wmaker-dev list by
Vladimir Nadvornik, with minor modifications to address Dan
Pascu's concerns.

Original-post: http://lists.windowmaker.info/dev/msg00293.html
This commit is contained in:
Vladimir Nadvornik
2009-02-17 11:55:33 +01:00
committed by Carlos R. Mafra
parent 6d75291e1d
commit 108127f0b5
6 changed files with 15 additions and 8 deletions

View File

@@ -178,7 +178,7 @@ Bool wXDNDProcessSelection(XEvent * event)
wfree(scr->xdestring); /* this xdestring is not from Xlib (no XFree) */
}
/* why doesn't this function return anything ? -Dan */
return True;
}
Bool isAwareXDND(Window window)