summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-01 15:37:19 +0000
committerManolo Gouy <Manolo>2016-04-01 15:37:19 +0000
commitd756822c2b4ae18fff37dc6f7d364b917694bfee (patch)
tree60b13ec7884f5555fed40becdb076e2c4f5998b8 /FL
parenta53297ebab1828aaa93a54a7b627586fbe3bbd10 (diff)
Complete removal of platform-dependent code from Fl_Text_Display.cxx
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11499 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Screen_Driver.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Screen_Driver.H b/FL/Fl_Screen_Driver.H
index e97a7fb21..659caedf7 100644
--- a/FL/Fl_Screen_Driver.H
+++ b/FL/Fl_Screen_Driver.H
@@ -110,6 +110,8 @@ public:
virtual int dnd(int use_selection = 0) {return 0;}
// null means no platform-specific key bindings for Fl_Text_Editor
Fl_Text_Editor::Key_Binding *text_editor_extra_key_bindings;
+ // default implementation may be enough
+ virtual int text_display_can_leak() { return 0; }
};