From 64ffd414d6bbe05be33e7a6a1cf6028d5d883be6 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 28 Jan 2015 17:05:29 +0000 Subject: Stop using dynamic_cast when performing text drag (Mac OS only). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10536 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/mac.H | 1 + 1 file changed, 1 insertion(+) (limited to 'FL') diff --git a/FL/mac.H b/FL/mac.H index 1bfd77a47..9a5e193a5 100644 --- a/FL/mac.H +++ b/FL/mac.H @@ -186,6 +186,7 @@ public: static int insertion_point_location(int *px, int *py, int *pheight); // computes window coordinates & height of insertion point static const int CoreText_threshold; // Mac OS version from which the Core Text API is used to display text static Fl_Fontdesc* calc_fl_fonts(void); // computes the fl_fonts global variable + static int dnd(int use_selection); // call Fl_X::dnd(1) to support text dragging private: #if FLTK_ABI_VERSION >= 10304 CGRect* subRect_; // makes sure subwindow remains inside its parent window -- cgit v1.2.3