summaryrefslogtreecommitdiff
path: root/FL/Fl_Input.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-06 19:39:15 +0000
committerManolo Gouy <Manolo>2016-04-06 19:39:15 +0000
commita2eeca92f09617c10e6f2b6d15a33e19b73ff8bc (patch)
tree9710f0ef8105fd0e0044e367439eae71dbf3ed33 /FL/Fl_Input.H
parent2a36225036f031ec7866f37ceaa34d7d63cb2ad1 (diff)
Rewrite Fl_Input.cxx under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11544 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Input.H')
-rw-r--r--FL/Fl_Input.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Input.H b/FL/Fl_Input.H
index d8fabb561..4c5ff17d4 100644
--- a/FL/Fl_Input.H
+++ b/FL/Fl_Input.H
@@ -219,6 +219,8 @@
</TD></TR></TABLE>
*/
class FL_EXPORT Fl_Input : public Fl_Input_ {
+ friend class Fl_Screen_Driver;
+ friend class Fl_Cocoa_Screen_Driver; // Not ideal, but probably no other platform will use it
int handle_key();
int shift_position(int p);
int shift_up_down_position(int p);