summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/corelib/x11/fpg_x11.pas7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/corelib/x11/fpg_x11.pas b/src/corelib/x11/fpg_x11.pas
index bc3983f2..e07b31ba 100644
--- a/src/corelib/x11/fpg_x11.pas
+++ b/src/corelib/x11/fpg_x11.pas
@@ -1858,6 +1858,13 @@ begin
fpgApplication.netlayer.WindowSetSupportPING(FWinHandle);
XFree(WMHints);
+
+ { we need to set the XdndAware property }
+ if QueueEnabledDrops then
+ begin
+ writeln('QueueEnableDrop....');
+ DoEnableDrops(True);
+ end;
end;
hints.flags := 0;