wlroots/backend/drm
Markus Ongyerth 2cea430488 prevent current_mode null on output_enable(false)
The current mode was set to NULL to abuse it as state variable
persisting DRM suspend/resume, this results resulted in a segfault on
normal DPMS cycle.

This reverts that change and uses the wlr_output enabled variable, which
also persists and makes more sense.
2018-03-01 15:48:25 +01:00
..
atomic.c Reformat all #include directives 2018-02-12 21:29:23 +01:00
backend.c prevent current_mode null on output_enable(false) 2018-03-01 15:48:25 +01:00
drm.c prevent current_mode null on output_enable(false) 2018-03-01 15:48:25 +01:00
legacy.c Reformat all #include directives 2018-02-12 21:29:23 +01:00
properties.c Reformat all #include directives 2018-02-12 21:29:23 +01:00
renderer.c Add alpha to wlr_render_with_matrix 2018-02-25 13:47:48 +01:00
util.c Reformat all #include directives 2018-02-12 21:29:23 +01:00