From 6eff9b3b146ec35f7bf0eaf89924d9f052ba4bb9 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 9 Jan 2002 21:50:02 +0000 Subject: First round of DND additions to 1.1 - just X11 code, and I haven't added the support in widgets yet. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1925 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Fl.cxx') diff --git a/src/Fl.cxx b/src/Fl.cxx index 6278ec4c5..c4915666d 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl.cxx,v 1.24.2.41.2.17 2002/01/07 18:47:27 easysw Exp $" +// "$Id: Fl.cxx,v 1.24.2.41.2.18 2002/01/09 21:50:02 easysw Exp $" // // Main event handling code for the Fast Light Tool Kit (FLTK). // @@ -390,6 +390,8 @@ void Fl::add_handler(int (*h)(int)) { handlers = l; } +int (*fl_local_grab)(int); // used by fl_dnd.cxx + static int send_handlers(int event) { for (const handler_link *h = handlers; h; h = h->next) if (h->handle(event)) return 1; @@ -853,5 +855,5 @@ void Fl_Window::flush() { } // -// End of "$Id: Fl.cxx,v 1.24.2.41.2.17 2002/01/07 18:47:27 easysw Exp $". +// End of "$Id: Fl.cxx,v 1.24.2.41.2.18 2002/01/09 21:50:02 easysw Exp $". // -- cgit v1.2.3