Regarding participating in EVOC

2018-10-21 Thread Iqbal Inzamam
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

[PATCH] desktop-shell: prevent tilebar going under panel

2018-10-21 Thread Inzamam
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

Re: [PATCH RFC] cursor: add wl_cursor_manager

2018-10-21 Thread Simon Ser
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