From 059664e7d4c6230b4fe799bd01bc6e630835c05c Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 31 Mar 2016 06:24:26 +0000 Subject: Begin to remove platform-dependent code from the Fl.H header file. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11482 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/Fl.cxx') diff --git a/src/Fl.cxx b/src/Fl.cxx index cb922858e..8c66965d8 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1882,6 +1882,14 @@ int Fl::dnd() return Fl_System_Driver::driver()->dnd(); } +void Fl::reset_marked_text() { + Fl_System_Driver::driver()->reset_marked_text(); +} + +void Fl::insertion_point_location(int x, int y, int height) { // sets window coordinates & height of insertion point + Fl_System_Driver::driver()->insertion_point_location(x, y, height); +} + // // End of "$Id$". // -- cgit v1.2.3