From eeb9267e6ea1a8481bef36186e36c02189924f3b Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 13 Mar 2023 10:38:28 +0100 Subject: Wayland: add support for multiple high or low DPI displays --- FL/Fl_Window.H | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'FL') 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 . - - \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); -- cgit v1.2.3