backend-x11: Take the touch grab on the stage window

So we don't get assert fails when touching the screen on mutter nested.
This commit is contained in:
Jasper St. Pierre
2014-07-14 17:23:22 -04:00
parent c5abf5ddbb
commit 3b85e4b2b9
5 changed files with 25 additions and 3 deletions

View File

@ -822,6 +822,8 @@ meta_display_open (void)
enable_compositor (display);
meta_backend_compositor_created (meta_get_backend ());
meta_screen_create_guard_window (screen);
/* Set up touch support */