wlroots-hyprland/include/backend
emersion 79dd9ba151 backend/drm: don't free connector immediately
When a pageflip is pending, we'll get a DRM event for the connector
in the future. We don't want to free the connector immediately
otherwise we'll use-after-free in the pageflip handler.

This commit adds a new state, "DISAPPEARED". This asks the pageflip
handler to destroy the output after it's done pageflipping.
2018-09-28 10:00:40 +02:00
..
drm backend/drm: don't free connector immediately 2018-09-28 10:00:40 +02:00
session Use more consistent include guard names 2017-09-23 10:26:01 +02:00
headless.h backend/headless: add assertions 2018-09-18 11:01:53 +02:00
libinput.h backend/libinput: add assertions 2018-09-18 11:05:55 +02:00
multi.h Reformat all #include directives 2018-02-12 21:29:23 +01:00
wayland.h backend/wayland: add assertions 2018-09-18 11:06:01 +02:00
x11.h backend/x11: add assertions 2018-09-18 11:06:01 +02:00