[PATCH 2/2] server: Implement wl_keyboard_grab_interface.

2012-02-18 Thread Scott Moreau
--- src/wayland-server.c | 44 src/wayland-server.h | 22 ++ 2 files changed, 66 insertions(+), 0 deletions(-) diff --git a/src/wayland-server.c b/src/wayland-server.c index 7fd66f1..ff79a3d 100644 --- a/src/wayland-server.c +++

[PATCH 2/2] server: Implement wl_keyboard_grab_interface.

2012-02-18 Thread Scott Moreau
--- src/wayland-server.c | 44 src/wayland-server.h | 22 ++ 2 files changed, 66 insertions(+), 0 deletions(-) diff --git a/src/wayland-server.c b/src/wayland-server.c index 7fd66f1..ff79a3d 100644 --- a/src/wayland-server.c +++

[PATCH 2/2] server: Implement wl_keyboard_grab_interface.

2012-02-17 Thread Scott Moreau
--- src/wayland-server.c | 44 src/wayland-server.h | 22 ++ 2 files changed, 66 insertions(+), 0 deletions(-) diff --git a/src/wayland-server.c b/src/wayland-server.c index fce6025..fc4fab0 100644 --- a/src/wayland-server.c +++

Implement wl_keyboard_grab_interface.

2012-02-17 Thread Scott Moreau
This patch set introduces wl_keyboard_grab_interface which seperates grabs into device specific contexts. This will allow a finer grain of control for keybindings. The bulk of the patches are just renames. ___ wayland-devel mailing list wayland-devel@lis