diff options
Diffstat (limited to 'src/fl_cursor.cxx')
| -rw-r--r-- | src/fl_cursor.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fl_cursor.cxx b/src/fl_cursor.cxx index 1a8c4b0a3..92e5e26f1 100644 --- a/src/fl_cursor.cxx +++ b/src/fl_cursor.cxx @@ -42,7 +42,10 @@ void fl_cursor(Fl_Cursor c, Fl_Color fg, Fl_Color bg) { if (Fl::first_window()) Fl::first_window()->cursor(c,fg,bg); } - +/** + Sets the default Window cursor as well as its color. + <P> For back compatibility only. +*/ void Fl_Window::default_cursor(Fl_Cursor c, Fl_Color fg, Fl_Color bg) { // if (c == FL_CURSOR_DEFAULT) c = FL_CURSOR_ARROW; |
