wlroots-hyprland/backend/wayland
Markus Ongyerth 3cf7225cec decouples outputenable state and wl_output global
This decouples wlr_output_enable and the wl_global.
The previously internal functions wlr_output_(destroy/create)_global are
exposed and used automatically in the wlr_output_layout to create/tear
down the global.
The compositor can handle them itself if it wants to, but I think this
is the right moment to create/destroy the wl_output when the
wlr_output_layout is used.
2018-01-23 17:40:12 +01:00
..
backend.c style: include brackets for if/while/for, even if it's a single statement 2018-01-21 16:28:21 +01:00
output.c decouples outputenable state and wl_output global 2018-01-23 17:40:12 +01:00
registry.c Indentation fix 2017-11-01 20:14:52 +01:00
wl_seat.c Fixes for multiple outputs 2017-12-28 15:09:57 +01:00