diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-01-31 09:42:36 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2020-01-31 09:42:36 +0100 |
| commit | 4ba6cef0b96de6bf76a019cc2367267db8840c73 (patch) | |
| tree | a45c1ea0b809249c35c279907edddc5e3b614250 /src/Fl_Screen_Driver.H | |
| parent | 9d4d5ffdeb8dacb18f1af47772cb1ee56e7daca7 (diff) | |
Add Fl::keyboard_screen_scaling(int) to control recognition of ctrl/+/-/0/
Diffstat (limited to 'src/Fl_Screen_Driver.H')
| -rw-r--r-- | src/Fl_Screen_Driver.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Screen_Driver.H b/src/Fl_Screen_Driver.H index 05924812c..0b693f95b 100644 --- a/src/Fl_Screen_Driver.H +++ b/src/Fl_Screen_Driver.H @@ -66,11 +66,11 @@ protected: int x2, int y2, int w2, int h2); public: + bool keyboard_screen_scaling; // true means ctrl/+/-/0/ resize windows static char bg_set; static char bg2_set; static char fg_set; -public: virtual float scale(int n) {return 1;} virtual void scale(int n, float f) { } static Fl_Screen_Driver *newScreenDriver(); |
