sway/include/sway
Simon Ser ec14a00e8c Fix segfault in wlr_output_manager_v1_set_configuration
Calling wlr_output_manager_v1_set_configuration with an enabled output
and a NULL mode is incorrect if the output doesn't support modes.

When DPMS'ing an output, wlr_output_enable(output, false) is called.
This de-allocates the CRTC and sets wlr_output.current_mode to NULL.

Because we mark DPMS'ed outputs as enabled, we also need to provide a
correct output mode. Add a field to sway_output to hold the current
mode.

Closes: https://github.com/swaywm/wlroots/issues/1867
2019-10-27 10:51:02 -04:00
..
desktop Implement inhibit_idle command 2019-03-24 19:26:12 -06:00
input input: Add support for tablet protocol. 2019-09-25 23:10:33 -04:00
tree Remove xdg-shell v6 support 2019-08-20 10:57:20 +09:00
commands.h Implement input_cmd_xkb_file (#3999) 2019-07-17 19:26:58 -04:00
config.h focus: support focus_wrapping workspace 2019-10-17 13:48:52 +03:00
criteria.h Avoid adding duplicate criteria for no_focus and command 2019-07-27 03:53:05 +03:00
decoration.h
desktop.h
ipc-json.h
ipc-server.h ipc: add an input event 2019-07-23 20:45:46 +03:00
layers.h remove unused layer shell surface variable 2019-09-07 20:22:54 +03:00
output.h Fix segfault in wlr_output_manager_v1_set_configuration 2019-10-27 10:51:02 -04:00
security.h
server.h input: Add support for tablet protocol. 2019-09-25 23:10:33 -04:00
swaynag.h Spawn swaynag as a wayland client 2019-04-14 12:41:59 +03:00
xdg_decoration.h
xwayland.h