[dirty] theme.c debugging

This commit is contained in:
Consolatis 2024-03-16 09:24:54 +01:00
parent 7124cf79c1
commit 9704e66c37

View file

@ -919,6 +919,9 @@ out:
static void
create_corners(struct theme *theme)
{
wlr_log(WLR_ERROR, "title height: %d, border width: %d",
theme->title_height, theme->border_width);
struct wlr_box box = {
.x = 0,
.y = 0,