mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-09-24 13:07:00 +03:00
Document that macOS window value is a CGWindowID
This commit is contained in:
parent
610d564aea
commit
ca3528f46e
|
@ -44,7 +44,8 @@ or the clipboard to a PIL image memory.
|
||||||
.. versionadded:: 7.1.0
|
.. versionadded:: 7.1.0
|
||||||
|
|
||||||
:param window:
|
:param window:
|
||||||
Capture a single window. On Windows, this is a HWND. On macOS, it uses windowid.
|
Capture a single window. On Windows, this is a HWND. On macOS, this is a
|
||||||
|
CGWindowID.
|
||||||
|
|
||||||
.. versionadded:: 11.2.1 Windows support
|
.. versionadded:: 11.2.1 Windows support
|
||||||
.. versionadded:: 12.0.0 macOS support
|
.. versionadded:: 12.0.0 macOS support
|
||||||
|
|
Loading…
Reference in New Issue
Block a user