summaryrefslogtreecommitdiff
path: root/src/corelib/x11
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-21 16:53:56 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-10-21 16:53:56 +0200
commit55f4f81817226a13f4d77e222e7286fbc944a7ca (patch)
tree20f49b4fa0f8049e0e832aba54c6a5b746f6eb0d /src/corelib/x11
parente042d56b6bd9b2f2c49368919162e032be1b8808 (diff)
downloadfpGUI-55f4f81817226a13f4d77e222e7286fbc944a7ca.tar.xz
GDI: Removed definition of MW_MOUSEWHEEL. it already exists in FPC.
Diffstat (limited to 'src/corelib/x11')
-rw-r--r--src/corelib/x11/fpg_x11.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/x11/fpg_x11.pas b/src/corelib/x11/fpg_x11.pas
index 837b2d34..e79e820e 100644
--- a/src/corelib/x11/fpg_x11.pas
+++ b/src/corelib/x11/fpg_x11.pas
@@ -1107,6 +1107,7 @@ begin
FActionType := GetAtomFromDropAction(lDropAction);
end;
+ { Notify widget of drag status, so it can update its look }
if lAccept then
begin
FDropPos.X := dx;