Skip to content

(bugfix) (trivial) dix: don't refuse creating windows with different color depths and w/o border

XServer refuses the create windows with different color depth than the parent's, just in the special case that neither border pixmap nor border pixel is given, even if the screen supports it. (that's also one of the reasons why Xnest fails to run with different color depths than the default one)

it really doesn't make sense to deny this, while it's allowed when having a border color or pixmap set.

Fixes: ded6147b - R6.6 is the Xorg base-line Signed-off-by: Enrico Weigelt, metux IT consult info@metux.net

Merge request reports