mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-27 23:08:59 +00:00
We're not supposed to call wl_surface_commit while xwl_window->allow_commits is false. Bailing results in falling back to a copy. Noticed by inspection while looking into an issue which turned out to be due to something else. Closes: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1764 Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1732>