Bring over some of layout and positioning code for floating panes, by

Michael Grant.
This commit is contained in:
nicm
2026-05-17 16:01:42 +00:00
parent f12d7b4e67
commit a8520ba59e
12 changed files with 282 additions and 133 deletions

2
log.c
View File

@@ -150,6 +150,7 @@ fatal(const char *msg, ...)
log_vwrite(msg, ap, tmp);
va_end(ap);
abort ();//XXX
exit(1);
}
@@ -163,5 +164,6 @@ fatalx(const char *msg, ...)
log_vwrite(msg, ap, "fatal: ");
va_end(ap);
abort ();//XXX
exit(1);
}