commit | 48588f86968c9da111211c4407e1d7f9c985c624 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Thu Oct 24 15:51:35 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Oct 24 15:51:35 2013 -0700 |
tree | 98416ed777c6f15cfa2c2757d9337c8109002f48 | |
parent | c3244d7abc7e417363898d3d4e852ef3aee63125 [diff] [blame] |
shell: Create a view for the grab_surface Without the view, we can't set pointer and touch focus to the grab_surface and touch moving fails.
diff --git a/src/shell.c b/src/shell.c index fdc163e..d29bb89 100644 --- a/src/shell.c +++ b/src/shell.c
@@ -2815,6 +2815,7 @@ struct desktop_shell *shell = wl_resource_get_user_data(resource); shell->grab_surface = wl_resource_get_user_data(surface_resource); + weston_view_create(shell->grab_surface); } static void