diff options
Diffstat (limited to 'src/Fl_win32.cxx')
| -rw-r--r-- | src/Fl_win32.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index abb875be7..cbc5fbd83 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1837,9 +1837,11 @@ content key keyboard layout return 0; default: { +#if defined(FLTK_HAVE_PEN_SUPPORT) LRESULT ret = fl_win32_tablet_handler(fl_msg); if (ret != -1) return ret; +#endif if (Fl::handle(0, 0)) return 0; break; } |
