1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

wmaker: Add drag-nd-drop support in info panel

This patch is adding a message in the info panel
if drag-nd-drop was compiled in.
This commit is contained in:
David Maciejak
2014-08-14 12:28:53 +07:00
committed by Carlos R. Mafra
parent 2abb323777
commit 166abcd17a

View File

@@ -1315,6 +1315,10 @@ void wShowInfoPanel(WScreen *scr)
strbuf = wstrappend(strbuf, ", MWM");
#endif
#ifdef XDND
strbuf = wstrappend(strbuf, ", XDnD");
#endif
#ifdef USE_MAGICK
strbuf = wstrappend(strbuf, ", ImageMagick");
#endif