Skip to content

Commit 68c941b

Browse files
authored
Merge pull request #2618 from Starbuck5/justice-for-always-on-top
Update always_on_top doc (it's not x11 only)
2 parents cc1d5bf + 7eed904 commit 68c941b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reST/ref/window.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
:param bool allow_highdpi: Create a window in high-DPI mode if supported.
4343
:param bool mouse_capture: Create a window that has the mouse captured
4444
(unrelated to INPUT_GRABBED).
45-
:param bool always_on_top: Create a window that is always on top
46-
(X11 only).
45+
:param bool always_on_top: Create a window that is always presented above
46+
others.
4747

4848
.. versionadded:: 2.4.0
4949

0 commit comments

Comments
 (0)