diff options
Diffstat (limited to 'src/Fl_Input.cxx')
| -rw-r--r-- | src/Fl_Input.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx index a7232117e..ae46e7797 100644 --- a/src/Fl_Input.cxx +++ b/src/Fl_Input.cxx @@ -22,6 +22,13 @@ // In theory you can replace this code with another subclass to change // the keybindings. +#if defined(WIN32) || defined(__APPLE__) +#elif defined(FL_PORTING) +# pragma message "FL_PORTING: implement text input specifics here" + // current custom code is for OS X keybaord specifics only +#else +#endif + #include <stdio.h> #include <stdlib.h> #include <FL/Fl.H> |
