diff options
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. */ |
