添加状态栏

This commit is contained in:
2026-02-05 05:23:22 +08:00
parent 3b7bd55519
commit 194c2b000d
7 changed files with 335 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
#include <xkbcommon/xkbcommon.h>
#include "base.h"
#include "status.h"
#include "types.h"
typedef struct wm_t {
@@ -16,6 +17,7 @@ typedef struct wm_t {
bool need_restart;
GMainLoop *loop;
status_t *status;
client_t *client_list;
client_t *client_stack_list;