mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-16 08:21:40 -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. |
||
|---|---|---|
| .. | ||
| drag_icon.c | ||
| layer_shell_v1.c | ||
| output_layout.c | ||
| subsurface_tree.c | ||
| surface.c | ||
| wlr_scene.c | ||
| xdg_shell.c | ||