mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-15 08:22:07 -04:00
Previously, needs_frame was only set specifically when a non-damaging update was required, and would only be cleared when the backend committed the frame. Under the new frame scheduler, needs_frame is always set when a frame is scheduled, with effectively a single scheduling path for all change sources, and needs_frame must have been true for a frame to be emitted. Drop wlr_scene_output_needs_frame to make it clear that such a check is no longer meaningful. |
||
|---|---|---|
| .. | ||
| backend | ||
| interfaces | ||
| render | ||
| types | ||
| util | ||
| xwayland | ||
| backend.h | ||
| config.h.in | ||
| meson.build | ||
| version.h.in | ||
| xcursor.h | ||
| xwayland.h | ||