wlroots-hyprland/backend
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
..
drm output: atomic mode, enabled, scale and transform 2019-08-02 10:01:29 -04:00
headless output: atomic mode, enabled, scale and transform 2019-08-02 10:01:29 -04:00
libinput s/lid_switch/switch_device 2019-03-19 22:45:58 -04:00
multi Increase _POSIX_C_SOURCE to 200112L 2018-10-17 08:33:19 +02:00
noop output: atomic mode, enabled, scale and transform 2019-08-02 10:01:29 -04:00
rdp output: atomic mode, enabled, scale and transform 2019-08-02 10:01:29 -04:00
session Remove all wayland-server.h includes 2019-07-27 15:49:32 -04:00
wayland output: atomic mode, enabled, scale and transform 2019-08-02 10:01:29 -04:00
x11 output: atomic mode, enabled, scale and transform 2019-08-02 10:01:29 -04:00
backend.c Remove all wayland-server.h includes 2019-07-27 15:49:32 -04:00
meson.build Add FreeRDP backend for remote desktop support 2019-04-08 08:09:07 -06:00