diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-06 11:17:31 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-06 11:17:31 +0100 |
| commit | 57a87f705324305092a671193784af596a340949 (patch) | |
| tree | 91f981841338da3846aaaaa2a199cb862c7c51db /src | |
| parent | a56c48079e8d691611c62c92f2cf49b3fb6345d2 (diff) | |
Fix "\todo provide user documentation for fl_set_status function"
Diffstat (limited to 'src')
| -rw-r--r-- | src/fl_font.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fl_font.cxx b/src/fl_font.cxx index 423c49ab9..36004ae05 100644 --- a/src/fl_font.cxx +++ b/src/fl_font.cxx @@ -60,6 +60,11 @@ void fl_reset_spot() Fl::screen_driver()->reset_spot(); } +/** Related to text input methods under X11. + This function is presently used only by the \c utf8 test application and only for the X11 platform. + This function is apparently not indispensable for text input to work correctly + as suggested by other apps that don't use it (e.g., editor). + */ void fl_set_status(int X, int Y, int W, int H) { Fl::screen_driver()->set_status(X, Y, W, H); |
