From ff83e355b09f07848257d8fef7a12705347955cc Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 31 Mar 2016 15:57:35 +0000 Subject: Begin to remove platform-dependent code from Fl_Input_.cxx git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11485 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Screen_Driver.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL') diff --git a/FL/Fl_Screen_Driver.H b/FL/Fl_Screen_Driver.H index b2ca764ec..55824a014 100644 --- a/FL/Fl_Screen_Driver.H +++ b/FL/Fl_Screen_Driver.H @@ -89,6 +89,8 @@ public: virtual void repeat_timeout(double time, Fl_Timeout_Handler cb, void *argp) = 0; virtual int has_timeout(Fl_Timeout_Handler cb, void *argp) = 0; virtual void remove_timeout(Fl_Timeout_Handler cb, void *argp) = 0; + + static int secret_input_character; }; -- cgit v1.2.3