linux-dmabuf: re-enable per-surface feedback

This was disabled due to being too spammy in the past. Since wlr_scene
now debounces per-surface feedback it should be fine to re-enable this.
This commit is contained in:
Isaac Freund 2025-04-27 12:39:21 +02:00
parent 037314823e
commit 15736c57d7
No known key found for this signature in database
GPG Key ID: 86DED400DDFD7A11

View File

@ -124,6 +124,8 @@ pub fn init(root: *Root) !void {
const gamma_control_manager = try wlr.GammaControlManagerV1.create(server.wl_server);
scene.setGammaControlManagerV1(gamma_control_manager);
if (server.linux_dmabuf) |linux_dmabuf| scene.setLinuxDmabufV1(linux_dmabuf);
const interactive_content = try scene.tree.createSceneTree();
const drag_icons = try scene.tree.createSceneTree();
const hidden_tree = try scene.tree.createSceneTree();