绘制布局标志

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

@@ -9,6 +9,7 @@
typedef struct wm_t {
padding_t padding;
uint16_t bar_height;
uint16_t layout_count;
bool need_restart;
GMainLoop *loop;
@@ -18,6 +19,7 @@ typedef struct wm_t {
client_t *client_focused;
monitor_t *monitor_list;
monitor_t *current_monitor;
const layout_t *layout_list;
xcb_connection_t *xcb_conn;
xcb_screen_t *screen;