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:
committed by
Carlos R. Mafra
parent
2abb323777
commit
166abcd17a
@@ -1315,6 +1315,10 @@ void wShowInfoPanel(WScreen *scr)
|
|||||||
strbuf = wstrappend(strbuf, ", MWM");
|
strbuf = wstrappend(strbuf, ", MWM");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef XDND
|
||||||
|
strbuf = wstrappend(strbuf, ", XDnD");
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef USE_MAGICK
|
#ifdef USE_MAGICK
|
||||||
strbuf = wstrappend(strbuf, ", ImageMagick");
|
strbuf = wstrappend(strbuf, ", ImageMagick");
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user