wlroots-hyprland/include/backend/drm
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.h backend/drm: don't free connector immediately 2018-09-28 10:00:40 +02:00
iface.h Reformat all #include directives 2018-02-12 21:29:23 +01:00
properties.h Fix typos in comments and strings 2018-05-03 21:59:43 +01:00
renderer.h Merge branch 'master' into screencontent 2018-05-31 12:33:27 +01:00
util.h Make sure we don't use others' prefixes 2018-04-25 23:24:58 +01:00