diff options
Diffstat (limited to 'FL/Fl_Input.H')
| -rw-r--r-- | FL/Fl_Input.H | 2 |
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); |
