mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
[dirty] theme.c debugging
This commit is contained in:
parent
7124cf79c1
commit
9704e66c37
1 changed files with 3 additions and 0 deletions
|
|
@ -919,6 +919,9 @@ out:
|
||||||
static void
|
static void
|
||||||
create_corners(struct theme *theme)
|
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 = {
|
struct wlr_box box = {
|
||||||
.x = 0,
|
.x = 0,
|
||||||
.y = 0,
|
.y = 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue