summaryrefslogtreecommitdiff
path: root/src/corelib/x11/fpg_x11.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-09-23 16:23:13 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-09-23 16:24:42 +0200
commit55467e22e9d7390596a77cb2606aa2639f0ac593 (patch)
tree682712a773bad2884bc2aa1a1620ff2c455f8bdf /src/corelib/x11/fpg_x11.pas
parent56e5e2ea302d0ae8461891558fc8d103a78baf60 (diff)
downloadfpGUI-55467e22e9d7390596a77cb2606aa2639f0ac593.tar.xz
X11: disable DNDDebug define to hide debug information
Diffstat (limited to 'src/corelib/x11/fpg_x11.pas')
-rw-r--r--src/corelib/x11/fpg_x11.pas2
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. }