summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Window.H11
1 files changed, 0 insertions, 11 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H
index 7ea3fd8ec..ef4d78007 100644
--- a/FL/Fl_Window.H
+++ b/FL/Fl_Window.H
@@ -526,17 +526,6 @@ public:
*/
void make_current();
- /**
- 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.
-
- The type Fl_Cursor is an enumeration defined in <FL/Enumerations.H>.
-
- \see cursor(const Fl_RGB_Image*, int, int), default_cursor()
- */
void cursor(Fl_Cursor);
void cursor(const Fl_RGB_Image*, int, int);
void default_cursor(Fl_Cursor);