Document that macOS window value is a CGWindowID

This commit is contained in:
Andrew Murray 2025-09-16 21:43:24 +10:00 committed by GitHub
parent 610d564aea
commit ca3528f46e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,8 @@ or the clipboard to a PIL image memory.
.. versionadded:: 7.1.0
: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:: 12.0.0 macOS support