WindowInfo
upscaler.WindowInfo
dataclass
Information about an X11 window.
Attributes:
| Name | Type | Description |
|---|---|---|
handle |
int
|
X11 window ID (XID). |
width |
int
|
Window width in pixels. |
height |
int
|
Window height in pixels. |
title |
str
|
Window title (UTF-8 or fallback). |
size
property
Return (width, height) as a tuple.