wlroots/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
headless backend/headless: add assertions 2018-09-18 11:01:53 +02:00
libinput backend/libinput: add assertions 2018-09-18 11:05:55 +02:00
multi Introduce wlr_multi_for_each_backend 2018-09-19 21:53:51 +10:00
session Apply multiseat fixes to FreeBSD direct backend 2018-09-21 15:02:32 +02:00
wayland backend/wayland: add assertions 2018-09-18 11:06:01 +02:00
x11 backend/x11: add assertions 2018-09-18 11:06:01 +02:00
backend.c Revert "Merge pull request #1153 from emersion/include-config" 2018-07-21 09:44:20 -04:00
meson.build Revert "Revert "Merge pull request #1194 from ascent12/meson_feature"" 2018-08-24 19:35:02 +12:00