Hi,
I'm a computer science and engineering undergraduate student from Sri
lanka. I would like to contribute to Wayland through "The X.Org Endless
Vacation of Code".
I made a bug fix to weston and I have made a pull request.
I tried contacting the relevant mentors for past few weeks. But i didn't
g
From: inzamam
---
desktop-shell/shell.c | 21 +
1 file changed, 21 insertions(+)
diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
index 9a447159..306ef088 100644
--- a/desktop-shell/shell.c
+++ b/desktop-shell/shell.c
@@ -1582,6 +1582,23 @@ struct weston_resize_gra
Ah, I forgot to say that an issue with this design is that some
libwayland-cursor would need to block until the compositor sends the required
metadata (ala-wl_display_roundtrip). I'm not sure if this is an issue or not.
If we don't want to block, then we'll need a much more complicated design with