screencopy: implement dmabuf

This commit is contained in:
vaxerski
2023-04-12 21:40:51 +01:00
parent 985764c8db
commit a22e1174ee
6 changed files with 65 additions and 9 deletions

View File

@@ -100,6 +100,7 @@ namespace Events {
DYNLISTENFUNC(monitorStateRequest);
DYNLISTENFUNC(monitorDamage);
DYNLISTENFUNC(monitorNeedsFrame);
DYNLISTENFUNC(monitorCommit);
// XWayland
LISTENER(readyXWayland);