---
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
---
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
---
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
+++
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
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
---
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
---
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
---
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
+++
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
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
10 matches
Mail list logo