diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl.cxx | 2 |
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(); } // |
