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:
		| @ -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(); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user