Skip to content

x11window: Skip strict geometry checks in isFullScreenable()

Łukasz Patron requested to merge lpatron/kwin:luk/x11_fullscreen into master

This addresses an issue where mpv window with keep aspect ratio enabled cannot be fullscreened due to constrainClientSize() returning size that doesn't fit full screen area.

NOTE: This has been tested with 3440x1440 display and 1920x1080 video in mpv.

Merge request reports