初始化 xkb 扩展

This commit is contained in:
2025-11-22 22:59:15 +08:00
parent e5927094d1
commit 2df0b58cb0
13 changed files with 365 additions and 18 deletions

5
src/atoms.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#include <xcb/xcb.h>
void atoms_init(xcb_connection_t *conn);