Skip to content

present/wnmd: Allow flipping if the window pixmap matches the toplevel's

Michel Dänzer requested to merge daenzer/xserver:issue-631 into master

Instead of testing window->redirectDraw.

With Xwayland, the toplevel window is always redirected, so this would unnecessarily preclude flipping there in some cases, e.g. with wlroots based Wayland compositors or with fullscreen X11 windows in weston.

Fixes issue #631 (closed).

Merge request reports