desktop-shell: End popup when starting a touch shell grab

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=77345
dev
Kristian Høgsberg 11 years ago
parent 7b83ae433f
commit 74071e056a
  1. 3
      desktop-shell/shell.c

@ -364,6 +364,9 @@ shell_touch_grab_start(struct shell_touch_grab *grab,
{
struct desktop_shell *shell = shsurf->shell;
if (touch->seat->pointer)
popup_grab_end(touch->seat->pointer);
grab->grab.interface = interface;
grab->shsurf = shsurf;
grab->shsurf_destroy_listener.notify = destroy_shell_grab_shsurf;

Loading…
Cancel
Save