diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-09-23 16:23:13 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-09-23 16:24:42 +0200 |
commit | 55467e22e9d7390596a77cb2606aa2639f0ac593 (patch) | |
tree | 682712a773bad2884bc2aa1a1620ff2c455f8bdf /src/corelib | |
parent | 56e5e2ea302d0ae8461891558fc8d103a78baf60 (diff) | |
download | fpGUI-55467e22e9d7390596a77cb2606aa2639f0ac593.tar.xz |
X11: disable DNDDebug define to hide debug information
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/x11/fpg_x11.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/x11/fpg_x11.pas b/src/corelib/x11/fpg_x11.pas index dcdfce0c..24fa599c 100644 --- a/src/corelib/x11/fpg_x11.pas +++ b/src/corelib/x11/fpg_x11.pas @@ -20,7 +20,7 @@ unit fpg_x11; {$mode objfpc}{$H+} {.$Define DEBUG} // general debugging - mostly OS messages though -{$Define DNDDEBUG} // drag-n-drop specific debugging +{.$Define DNDDEBUG} // drag-n-drop specific debugging { TODO : Compiz effects: Menu popup with correct window hint. Same for Combo dropdown window. } |