Implement XDG-Toplevel move and resize request handlers

This commit is contained in:
Leon Henrik Plickat
2020-10-17 16:45:18 +02:00
committed by Isaac Freund
parent 1e0ee3b146
commit d5d1e87a95
2 changed files with 30 additions and 1 deletions

View File

@ -33,7 +33,7 @@ const Seat = @import("Seat.zig");
const View = @import("View.zig");
const ViewStack = @import("view_stack.zig").ViewStack;
const Mode = union(enum) {
pub const Mode = union(enum) {
passthrough: void,
down: *View,
move: *View,