diff options
Diffstat (limited to 'src/Fl_Text_Editor.cxx')
| -rw-r--r-- | src/Fl_Text_Editor.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Fl_Text_Editor.cxx b/src/Fl_Text_Editor.cxx index 891f162bf..1a8288bfb 100644 --- a/src/Fl_Text_Editor.cxx +++ b/src/Fl_Text_Editor.cxx @@ -25,6 +25,11 @@ #include <FL/Fl_Text_Editor.H> #include <FL/fl_ask.H> +#if defined(WIN32) || defined(__APPLE__) +#elif defined(FL_PORTING) +# pragma message "FL_PORTING: add common shortcut for your platform here" +#else +#endif /* Keyboard Control Matrix |
