wlroots-hyprland/backend/headless
Simon Ser ee5f98ad49 output: atomic mode, enabled, scale and transform
This commit makes more output properties (mode, enabled, scale and transform)
atomic. This means that they are double-buffered and only applied on commit.

Compositors now need to call wlr_output_commit after setting any of those
properties.

Internally, backends still apply properties sequentially. The behaviour should
be exactly the same as before. Future commits will update some backends to take
advantage of the atomic interface. Some backends are non-atomic by design, e.g.
the X11 backend or the legacy DRM backend.

Updates: https://github.com/swaywm/wlroots/issues/1640
2019-08-02 10:01:29 -04:00
..
backend.c render: correctly set EGL_RENDERABLE_TYPE 2018-11-10 13:20:54 +01:00
input_device.c s/lid_switch/switch_device 2019-03-19 22:45:58 -04:00
output.c output: atomic mode, enabled, scale and transform 2019-08-02 10:01:29 -04:00