summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index e45119c9d..05e8ba029 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -1879,7 +1879,7 @@ int Fl::use_high_res_GL_ = 0;
int Fl::dnd()
{
- return Fl_System_Driver::driver()->dnd(0);
+ return Fl_System_Driver::driver()->dnd();
}
//