代码 APP_NAME 无关化

This commit is contained in:
2025-10-16 18:15:58 +08:00
parent c575092c00
commit 0ed798c113
3 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
#include <glib.h>
typedef struct zdwm_t {
typedef struct global_state_t {
bool need_restart;
GMainLoop *loop;
} zdwm_t;
} global_state_t;