diff options
Diffstat (limited to 'src/Fl.cxx')
| -rw-r--r-- | src/Fl.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
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$". // |
