tiling is working again, and surface at is mostly in

This commit is contained in:
Harrison DiAmbrosio 2025-12-13 23:38:29 -05:00
parent 1039e3a800
commit 49a6ced28e
7 changed files with 54 additions and 26 deletions

View file

@ -32,7 +32,7 @@ mode: enum { passthrough, move, resize } = .passthrough,
drag: struct {
start_x: c_int,
start_y: c_int,
view: ?*View,
view: ?*View,
view_offset_x: ?c_int,
view_offset_y: ?c_int,
},