summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 8c66965d8..9e56971f5 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -1883,11 +1883,11 @@ int Fl::dnd()
}
void Fl::reset_marked_text() {
- Fl_System_Driver::driver()->reset_marked_text();
+ Fl::screen_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);
+ Fl::screen_driver()->insertion_point_location(x, y, height);
}
//