diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-03-09 18:16:43 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-03-09 18:28:37 +0100 |
| commit | 0f3b5ded8fad8c0bf7c462fc360174f4a2080e14 (patch) | |
| tree | ab040846009fed45f6807483c17498b15272e184 /documentation | |
| parent | e18ce5400f2ae666a0783e5b7399169b95ff7b54 (diff) | |
Fix dependencies, typos, trailing whitespace, and formatting
No code changes.
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/src/wayland.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/wayland.dox b/documentation/src/wayland.dox index 7a3e11296..1e38611ef 100644 --- a/documentation/src/wayland.dox +++ b/documentation/src/wayland.dox @@ -47,7 +47,7 @@ Wayland differs noticeably from X11 in that the position of a window in the disp completely hidden to the client app. This prevents function \c Fl_Window::position() from having any effect on a top-level window. Wayland also prevents a client app from knowing whether a window is minimized: \c Fl_Window::show() has no effect on an already mapped window. -Subwindows can be positionned as usual relatively to their +Subwindows can be positioned as usual relatively to their parent window. FLTK uses that for the small, yellow windows that display the new scale factor value when it's changed: these are created as short-lived subwindows centered above \c Fl::first_window(). |
