添加信号处理
This commit is contained in:
8
src/types.h
Normal file
8
src/types.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
typedef struct zdwm_t {
|
||||
bool need_restart;
|
||||
GMainLoop *loop;
|
||||
} zdwm_t;
|
||||
Reference in New Issue
Block a user