touch: support drag and drop

This commit is contained in:
Isaac Freund
2022-12-30 22:03:10 +01:00
parent 6a028639b8
commit a7f00a77ca
5 changed files with 107 additions and 53 deletions

View File

@ -56,8 +56,6 @@ outputs: std.TailQueue(Output) = .{},
/// It is not advertised to clients.
noop_output: Output = undefined,
drag_icons: std.SinglyLinkedList(DragIcon) = .{},
/// This list stores all "override redirect" Xwayland windows. This needs to be in root
/// since X is like the wild west and who knows where these things will place themselves.
xwayland_override_redirect_views: if (build_options.xwayland)