Fix rootston keyboard, add Xwayland

This commit is contained in:
Drew DeVault 2017-09-28 08:54:57 -04:00
parent 7cf4ee128e
commit 906a816abf
15 changed files with 91 additions and 42 deletions

View file

@ -323,7 +323,7 @@ static void handle_output_frame(struct output_state *output,
struct wlr_x11_window *x11_window;
wl_list_for_each(x11_window, &sample->xwayland->displayable_windows, link) {
output_frame_handle_surface(sample, wlr_output, ts,
x11_window->surface, 200, 200);
x11_window->surface->resource, 200, 200);
}
wlr_renderer_end(sample->renderer);