mpv icon indicating copy to clipboard operation
mpv copied to clipboard

Small fixes for gpu-next and wayland

Open cyanreg opened this issue 2 years ago • 3 comments

Something that doesn't really matter outside of my own experiment for gpu-next.

And a small fix for Wayland. It shouldn't be possible to have 2 presentation feedback events in-fly, so it should be safe to always zero it out.

cyanreg avatar Oct 31 '22 22:10 cyanreg

Cherry-picked and pushed the second commit.

Dudemanguy avatar Nov 01 '22 01:11 Dudemanguy

@Dudemanguy can we just consistently get rid of dangling pointers in the wayland code?

sfan5 avatar Nov 01 '22 11:11 sfan5

The presentation stuff should have been the only ones.

Dudemanguy avatar Nov 01 '22 14:11 Dudemanguy