[PATCH weston 0/6] Canceling grabs

Jonas Ådahl jadahl at gmail.com
Fri Oct 25 23:17:59 CEST 2013


Hi,

This series contains, except for some minor fixes, a patch that fixes
some issues related with ending grabs, for example when unplugging some
input device.

I have only tested with with a pointer device (since I don't have an
external keyboard nor touch device to unplug).

Jonas



Jonas Ådahl (6):
  tests/.gitignore: Add *.trs
  compositor-x11: Hide update_xkb_keymap behind #ifdef HAVE_XCB_XKB
  configure.ac: Report if we build with XCB-XKB or not
  input: Remove unused variable
  shell: Don't leak weston_touch_move_grab structs
  Add cancel function to grab interfaces

 configure.ac         |  1 +
 src/bindings.c       | 11 ++++++
 src/compositor-x11.c |  2 ++
 src/compositor.h     |  3 ++
 src/data-device.c    | 13 ++++++++
 src/input.c          | 50 +++++++++++++++++++++++-----
 src/shell.c          | 94 ++++++++++++++++++++++++++++++++++++++++++++++++----
 src/text-backend.c   |  7 ++++
 tests/.gitignore     |  1 +
 9 files changed, 168 insertions(+), 14 deletions(-)

-- 
1.8.1.2



More information about the wayland-devel mailing list