添加单独的函数来初始化 xcb

This commit is contained in:
2025-08-24 21:46:02 +08:00
parent 52cadbda34
commit a4f39d49f9
3 changed files with 16 additions and 3 deletions

View File

@@ -945,6 +945,7 @@ int main(int argc, char *argv[]) {
die("another window manager is already running");
}
setup_xcb();
init_monitors();
init_color_set();
init_monitor_bar();