summaryrefslogtreecommitdiff
path: root/src/fl_cursor.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-07 16:16:11 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-07 16:16:11 +0000
commit357ad962336bfb4a1aee161b5b59071a8352c503 (patch)
treeec00f5b2df658450947688b71e4d26131678f68e /src/fl_cursor.cxx
parentb856328f1f34b31b620fef264eac74570110246a (diff)
Fixed typos and amended doxygen docs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6561 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_cursor.cxx')
-rw-r--r--src/fl_cursor.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fl_cursor.cxx b/src/fl_cursor.cxx
index 92e5e26f1..e806168ab 100644
--- a/src/fl_cursor.cxx
+++ b/src/fl_cursor.cxx
@@ -43,8 +43,9 @@ 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.
+ Sets the default window cursor as well as its color.
+
+ 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;