Skip to content

vout: wayland: don't keep the display width/height locally

Steve Lhomme requested to merge robUx4/vlc:wayland-display-dim into master

It's already in vd->cfg and cannot change without a call to VOUT_DISPLAY_CHANGE_DISPLAY_SIZE. The value in vd->cfg during Prepare is always the correct one.

Merge request reports