Remove line I added to test
This commit is contained in:
parent
86808dbf47
commit
40cf36890a
1 changed files with 0 additions and 2 deletions
|
|
@ -322,8 +322,6 @@ pub fn manage(seat: *Seat) void {
|
||||||
while (it.next()) |output| {
|
while (it.next()) |output| {
|
||||||
if (utils.isPosInRect(seat.pointer_pos, output.geometry)) {
|
if (utils.isPosInRect(seat.pointer_pos, output.geometry)) {
|
||||||
window.pending_manage.pending_output = .{ .output = output };
|
window.pending_manage.pending_output = .{ .output = output };
|
||||||
std.log.debug("{}\n\n", .{output.geometry});
|
|
||||||
|
|
||||||
// We have to remove window from current output's windows list first
|
// We have to remove window from current output's windows list first
|
||||||
window.link.remove();
|
window.link.remove();
|
||||||
output.windows.append(window);
|
output.windows.append(window);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue