This patch is adding a message in the info panel
if drag-nd-drop was compiled in.

---
 src/dialog.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/dialog.c b/src/dialog.c
index 90e7192..20c82ac 100644
--- a/src/dialog.c
+++ b/src/dialog.c
@@ -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
--

Attachment: 0002-wmaker-Add-drag-nd-drop-support-in-info-panel.patch
Description: Binary data

Reply via email to