summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fl_dnd_mac.cxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/fl_dnd_mac.cxx b/src/fl_dnd_mac.cxx
index d601f5402..617f5bda9 100644
--- a/src/fl_dnd_mac.cxx
+++ b/src/fl_dnd_mac.cxx
@@ -28,14 +28,9 @@
// in. Search other files for "__APPLE__" or filenames ending in _mac.cxx
// for other system-specific code.
-#include <config.h>
#include <FL/Fl.H>
-#include <FL/x.H>
-#include <FL/Fl_Window.H>
-
-extern char *fl_selection_buffer;
-extern int fl_selection_length;
+extern int MACpreparedrag(void);
/**
* drag and drop whatever is in the cut-copy-paste buffer
@@ -44,11 +39,9 @@ extern int fl_selection_length;
*/
int Fl::dnd()
{
- extern int MACpreparedrag(void);
return MACpreparedrag();
}
-
//
// End of "$Id$".
//