diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-01-31 13:13:49 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-01-31 13:13:49 +0100 |
| commit | a71c5f4c10089cfc749df0869bd5fec253655d59 (patch) | |
| tree | 3966408a3acdfafce43458c9d7d48f8763f460c4 /src | |
| parent | 4ba6cef0b96de6bf76a019cc2367267db8840c73 (diff) | |
Fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx index 6f2660611..5f6d1e236 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -2154,7 +2154,7 @@ int Fl::screen_scaling_supported() { return Fl::screen_driver()->rescalable(); } -/** Controls the possibilty to scale all windows by ctrl/+/-/0/ or cmd/+/-/0/. +/** Controls the possibility to scale all windows by ctrl/+/-/0/ or cmd/+/-/0/. This function must be called before fl_open_display() runs to be effective. \param value 0 to stop recognition of ctrl/+/-/0/ (or cmd/+/-/0/ under macOS) keys as window scaling. */ |
