计算 bar 高度

This commit is contained in:
2025-11-14 05:39:04 +08:00
parent 99389a763d
commit a2e40bf63a
7 changed files with 123 additions and 4 deletions

View File

@@ -1,8 +1,12 @@
#pragma once
#include <stdint.h>
#include "types.h"
typedef struct wm_t {
uint32_t bar_height;
bool need_restart;
GMainLoop *loop;