mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
fix: error version arg of ipc register
This commit is contained in:
parent
c23945ef49
commit
75a36b63c4
1 changed files with 1 additions and 1 deletions
2
maomao.c
2
maomao.c
|
|
@ -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);
|
||||
|
||||
// 创建顶层管理句柄
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue