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 Handle views created after decoration mode is sent for xdg-shell 2018-08-06 15:20:30 +01:00
desktop.h Store geometry in the view and handle any floating view resizing 2018-08-18 15:10:06 +10:00
ipc-json.h Make json-c include respect pkg-config --cflags 2019-01-23 21:50:06 -05:00
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 Move get_feature_policy to sway/security.c 2017-04-16 17:09:53 +03:00
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 Improve CSD logic 2018-09-27 22:51:37 +10:00
xwayland.h Parse missing i3 window types 2018-10-21 15:59:04 +02:00