mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-28 17:42:28 +08:00
7e22ed2d48
It's not that uncommon for apps on Windows to use a hacky method of extending their windows 1-2px past the supported monitor resolution to preserve "true" windowed fullscreen and circumvent some exclusive fullscreen-related issues presented by their graphics library, Windows itself, or both. Therefore, the fullscreen detection technique has been relaxed to properly identify windows slightly larger than the monitor's viewport as fullscreen. Windows also does something similar, evident by the fact that the taskbar disappears, as it always does for fullscreen windows, even when a window stretches slightly beyond the defined viewport.