Skip to content

Allow disabling the SHAPE extension at runtime

Simon Ser requested to merge emersion/xserver:noshape into master

To correctly render a window making use of SHAPE, a compositor must query the shape rectangles. This may not be a desirable feature for a Wayland compositor. Allow SHAPE to be turned off at runtime, so that the compositor can opt-out.

Note, for Xeyes this only seems to make things worse...

Merge request reports