My KWIN fork where I work on features like per-output virtual desktops
Find a file
Vlad Zahorodnii 3cf004b68e Don't flush in SurfaceInterface::frameRendered()
Frame callbacks only indicate when the client can start rendering a new
frame, it's not meant to be precise. If the client wants to do some
black magic with frame scheduling and so on, it needs to use a protocol
such as presentation_time. This change removes the pointless flush to
prevent over-flushing client connections.
2020-08-18 07:28:03 +00:00
src/wayland Don't flush in SurfaceInterface::frameRendered() 2020-08-18 07:28:03 +00:00