Skip to content

qt: fix composition with xcb_render vout display

Pierre Lamot requested to merge chub/vlc:qt/x11-render-vout into master

widget would normally require WindowTransparentForInput, without this we end up with an invisible area within our window that grabs our mouse events. But using this this causes rendering issues with some VoutDisplay (xcb_render for instance) instead, we manually, set a null intput region afterwards (see setTransparentForMouseEvent)

ref: #22155 (comment 296670)

Edited by Pierre Lamot

Merge request reports