diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-11-20 22:24:21 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-11-20 22:24:21 +0100 |
| commit | 8dcc99279e54d0d044813e12deb0c55633a6c277 (patch) | |
| tree | b4b339136bdf132a354d85e4abc510980a1217f2 /test | |
| parent | b1d63e08427288d80fc368dac3e2efecebe1585a (diff) | |
Adjust some pen driver comments.
Made global variables private.
Diffstat (limited to 'test')
| -rw-r--r-- | test/penpal.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/penpal.cxx b/test/penpal.cxx index 4ace5cbe9..69d6e280d 100644 --- a/test/penpal.cxx +++ b/test/penpal.cxx @@ -42,7 +42,7 @@ Fl_Window *cvwin { nullptr }; // // The canvas interface implements incremental drawing and handles draw events. -// It also implement pressure sensitive drawing with a pen or stylus. +// It also implements pressure sensitive drawing with a pen or stylus. // And it implements an overlay plane that visualizes pen event data. // class CanvasInterface { |
