开启 xcb 事件循环

This commit is contained in:
2025-08-12 20:46:47 +08:00
parent 943d566cef
commit 25bd1fa058
3 changed files with 42 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#include <xcb/xproto.h>
bool has_other_wm_running(void);
int get_xcb_connection_fd(void);
typedef struct monitor_rect_t monitor_rect_t;
struct monitor_rect_t {