diff options
-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. } |