mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
xwayland: split xwm structure out, initial xwm.c
This commit is contained in:
parent
60451521bd
commit
b2bab1af5c
7 changed files with 117 additions and 5 deletions
|
|
@ -178,7 +178,7 @@ int main() {
|
|||
free(keymap);
|
||||
break;
|
||||
}
|
||||
wlr_xwayland_init(&state.wlr_xwayland, compositor.display);
|
||||
wlr_xwayland_init(&state.wlr_xwayland, compositor.display, state.wlr_compositor);
|
||||
|
||||
compositor.keyboard_key_cb = handle_keyboard_key;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue