Implement XDG-Toplevel move and resize request handlers
This commit is contained in:
committed by
Isaac Freund
parent
1e0ee3b146
commit
d5d1e87a95
@ -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,
|
||||
|
Reference in New Issue
Block a user