summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/corelib/x11/fpg_x11.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/x11/fpg_x11.pas b/src/corelib/x11/fpg_x11.pas
index 39eaffe7..4211dd19 100644
--- a/src/corelib/x11/fpg_x11.pas
+++ b/src/corelib/x11/fpg_x11.pas
@@ -3547,6 +3547,8 @@ var
begin
if FDropAccepted then
begin
+ FillChar(xev, SizeOf(TXEvent), 0);
+
xev.xany._type := X.ClientMessage;
xev.xany.display := xapplication.Display;
xev.xclient.window := FLastTarget;