Skip to content

xwayland: use gbm_bo_create_with_modifiers2()

Simon Ser requested to merge emersion/xserver:gbm-with-modifiers2 into master

This allows us to pass flags to the function, avoiding the forced implicit GBM_BO_USE_SCANOUT which happens with the older version.

Merge request reports