diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-07-12 18:06:03 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-07-12 18:06:03 +0200 |
| commit | 9925b0f12852dc37fb7fb773a525486c258d2c62 (patch) | |
| tree | 2471e63d175270a014dde62d4cb446fb95cb16d5 /src/fl_cursor.cxx | |
| parent | 8a3d3684acd4f13da57e39060ed2a88e625a1d2d (diff) | |
Update Fl_Window docs, fix typos
No source code changes
Diffstat (limited to 'src/fl_cursor.cxx')
| -rw-r--r-- | src/fl_cursor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_cursor.cxx b/src/fl_cursor.cxx index 6109f8c31..51e57c81b 100644 --- a/src/fl_cursor.cxx +++ b/src/fl_cursor.cxx @@ -137,7 +137,7 @@ void Fl_Window::cursor(Fl_Cursor c) { } /** - Changes the cursor for this window. This always calls the system, if + Changes the cursor for this window. This always calls the system. If you are changing the cursor a lot you may want to keep track of how you set it in a static variable and call this only if the new cursor is different. |
