绘制布局标志

This commit is contained in:
2025-12-08 03:25:09 +08:00
parent 42ee022a0e
commit e7447f8aaa
5 changed files with 35 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ struct monitor_t {
cairo_t *bar_cr;
extent_in_bar_t tag_extent;
extent_in_bar_t layout_symbol_extent;
xcb_window_t bar_window;
};
@@ -68,7 +69,7 @@ struct tag_t {
extent_in_bar_t bar_extent;
tag_t *next;
char *name;
layout_t *layout;
const layout_t *layout;
task_in_tag_t *task_list;
};