linux-dmabuf: disable per-surface feedback

It seems like the wlr_scene implementation of sending per-surface
feedback is a bit too spammy and can lead to resource exhaustion in
clients in at least some reported cases.
This commit is contained in:
Isaac Freund
2024-02-27 17:10:27 +01:00
parent 0605ce507e
commit 12e6833f31
2 changed files with 1 additions and 4 deletions

View File

@ -120,8 +120,6 @@ pub fn init(self: *Self) !void {
const scene = try wlr.Scene.create();
errdefer scene.tree.node.destroy();
scene.setLinuxDmabufV1(server.linux_dmabuf);
const interactive_content = try scene.tree.createSceneTree();
const drag_icons = try scene.tree.createSceneTree();
const hidden_tree = try scene.tree.createSceneTree();