Create new x11_backend_deliver_leave_event function. Fix XCB_LEAVE_NOTIFY to
really use xcb_leave_notify_event_t.
Signed-off-by: Marie Stephanie Alesna
---
libweston/compositor-x11.c | 21 ++---
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/libweston
: Marie Stephanie Alesna
---
libweston/compositor-x11.c | 59 --
1 file changed, 57 insertions(+), 2 deletions(-)
diff --git a/libweston/compositor-x11.c b/libweston/compositor-x11.c
index f9c9500d..aeb392d6 100644
--- a/libweston/compositor-x11.c
+++ b
Formerly mouse pointer always moved to the top left corner as both prev_x and
prev_y were set to NaN.
Signed-off-by: Marie Stephanie Alesna
---
libweston/compositor.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libweston/compositor.c b/libweston/compositor.c
index 71a9b38c..5f287c17