From 01038e832a305d0b2ad798f3d0dc25003d79e1ad Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 13 Oct 2023 19:08:30 +0200 Subject: Fix trailing whitespace and dependencies --- FL/Fl_Window.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL') diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index f51199975..18ff8b201 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -159,7 +159,7 @@ public: */ Fl_Window(int w, int h, const char *title = 0); /** Creates a window from the given position (x, y), size (w, h) and title. - + On a multi-screen system, the values computed by Fl::screen_xywh(int &X, int &Y, int &W, int &H, int n) can be used to discover the coordinates of the area of screen \#n. @@ -171,7 +171,7 @@ public: \see Fl_Window(int w, int h, const char *title) \see Fl::screen_xywh(int &X, int &Y, int &W, int &H, int n) - + \note Under Wayland, it's generally not possible for the client app to control the position of a window in the system. It's only possible to specify on what screen should the compositor place a fullscreen window. -- cgit v1.2.3