代码 APP_NAME 无关化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user