sway/sway/desktop
Kenny Levinsen 4d43f1dd99 desktop/output: Disable head if mode is NULL
wlr_output_configuration_head_v1_create normally fills out the head
"enabled" field to match the wlr_output state. We overwrite this to also
set the head as enabled if it is only turned off with DPMS.

However, in some cases we may not have a mode for this display, in which
case setting it as enabled will lead to a segfault later on. Therefore,
enabled conditional on the presence of a mode.
2021-01-26 10:26:37 +01:00
..
desktop.c Stop using wlr_output->{lx,ly} 2019-03-11 12:43:01 -04:00
idle_inhibit_v1.c Add views idle inhibition status in get_tree output 2020-05-29 17:29:41 -04:00
layer_shell.c Add layer shell subsurfaces 2020-12-07 12:30:13 +01:00
output.c desktop/output: Disable head if mode is NULL 2021-01-26 10:26:37 +01:00
render.c Rename output_layer_for_each_surface_{toplevel,popup} 2021-01-12 11:25:34 +01:00
surface.c Make handle_destroy and output_repaint_timer_handler static 2020-03-04 03:09:43 +01:00
transaction.c transaction: make transaction collapsing smarter with > 2 views 2020-10-19 01:40:10 +02:00
xdg_shell.c Switch to wlr_xdg_surface_for_each_popup_surface 2021-01-12 11:25:34 +01:00
xwayland.c desktop/xwayland: use index constants for atom array 2021-01-08 14:58:58 +01:00