fix: error version arg of ipc register

This commit is contained in:
DreamMaoMao 2025-03-08 11:47:32 +08:00
parent c23945ef49
commit 75a36b63c4

View file

@ -5129,7 +5129,7 @@ void setup(void) {
input_relay = calloc(1, sizeof(*input_relay));
dwl_input_method_relay_init(input_relay);
#endif
wl_global_create(dpy, &zdwl_ipc_manager_v2_interface, 1, NULL,
wl_global_create(dpy, &zdwl_ipc_manager_v2_interface, 2, NULL,
dwl_ipc_manager_bind);
// 创建顶层管理句柄