[PATCH 2/2] compositor: Setup for keyboard grabs.

2012-02-18 Thread Scott Moreau
--- src/compositor.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index 67de7bb..85f083f 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -1437,8 +1437,11 @@ notify_key(struct wl_input_device *device, struct we

[PATCH 1/2] Track server changes.

2012-02-18 Thread Scott Moreau
--- src/compositor.c | 20 +- src/shell.c | 56 +++--- 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index a505f88..67de7bb 100644 --- a/src/compositor.c +++ b/src/compos

[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 1/2] server: Rename wl_grab_interface.

2012-02-18 Thread Scott Moreau
In order to separate pointer and keyboard grabs, we need to introduce a keyboard grab interface but first we must rename some generic types to denote which device is holding the grab. Type renames: wl_grab_interface -> wl_pointer_grab_interface wl_grab -> wl_pointer_grab wl_input_device_start_gra

Rebased.

2012-02-18 Thread Scott Moreau
Sorry for all the noise, that last patch set is bogus. These should work with current master. ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

[PATCH 2/2] compositor: Setup for keyboard grabs.

2012-02-18 Thread Scott Moreau
--- src/compositor.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index 67de7bb..85f083f 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -1437,8 +1437,11 @@ notify_key(struct wl_input_device *device, struct we

[PATCH 1/2] Track server changes.

2012-02-18 Thread Scott Moreau
--- src/compositor.c | 20 src/shell.c | 62 - 2 files changed, 43 insertions(+), 39 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index a505f88..67de7bb 100644 --- a/src/compositor.c +++ b/src/composito

[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 1/2] server: Rename wl_grab_interface.

2012-02-18 Thread Scott Moreau
In order to separate pointer and keyboard grabs, we need to introduce a keyboard grab interface but first we must rename some generic types to denote which device is holding the grab. Type renames: wl_grab_interface -> wl_pointer_grab_interface wl_grab -> wl_pointer_grab wl_input_device_start_gra

[no subject]

2012-02-18 Thread Scott Moreau
These patches are rebased on top of current master. ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel