diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-03-13 10:38:28 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-03-13 10:38:28 +0100 |
| commit | eeb9267e6ea1a8481bef36186e36c02189924f3b (patch) | |
| tree | cbcac46d56d4bf4da55c240dd650235991335f30 /FL | |
| parent | af4789077f44d0391b80432a8e0fcfbf4865a924 (diff) | |
Wayland: add support for multiple high or low DPI displays
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Window.H | 11 |
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); |
