diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-07-14 18:00:34 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-07-14 18:00:34 +0200 |
| commit | f8d0b591ab388d5ed9fb2956989b4d8c51f41fed (patch) | |
| tree | c557c089d3a9ad2c355435e74926ef630e3185d1 /FL | |
| parent | 4d3e1032ea7c56bf8bfdd925cf0aac88ab9c6b45 (diff) | |
Documentation: correct spelling errors
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Window.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index d72ca02f8..1d1ab3b49 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -164,10 +164,10 @@ public: 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. When these screens have various scale factor - values, an \p (x, y) pair may not be enough to specify the targetted screen + values, an \p (x, y) pair may not be enough to specify the targeted screen for the window, because the same \p (x,y) pair can belong to several screens. In that situation, a call to Fl_Window::screen_num(int) is to be used to identify - unambiguously the targetted screen. + unambiguously the targeted screen. \see Fl_Window(int w, int h, const char *title) \see Fl::screen_xywh(int &X, int &Y, int &W, int &H, int n) |
