Re: [PATCH weston 2/2] input: Update to-be-restored focus when unfocused

2018-09-17 Thread Jamey Sharp
It took me longer than I hoped to get back to this, but I have now tested Quentin Glidic's two patches (the revert followed by the revised fix) plus my "Restore keyboard focus after VT switch", applied to Weston 4. With all three patches applied, Weston passes my tests. Hooray! And just to be sure

RE: Building weston

2018-09-17 Thread rohan julka
Hi Daniel , Thank you for the resources , I figured it out actually it was a stupid question . I have opened a merge request on the issue ([1] Support EGL_KHR_partial_update for performance )if you could check it . [1] https://gitlab.freedesktop.org/wayland/weston/merge_requests/15/diffs Than

Re: Building weston

2018-09-17 Thread Daniel Stone
Hi Rohan, On Sat, 1 Sep 2018 at 11:28, rohan julka wrote: > how can I check if there is a compilation error after editing the code in > Weston , apologies for the rookie question I am just trying to understand on > how to build and run Weston , it seems a bit confusing any help would be > appr

Re: [PATCH weston 1/3] compositor-drm: Read FB2_MODIFIERS capability

2018-09-17 Thread Sinclair Yeh
This series, Acked-by: Sinclair Yeh On Wed, Sep 05, 2018 at 05:18:15PM -0700, Deepak Rawat wrote: > Not all drivers support fb2 modifiers so read the capability before > using drmModeAddFB2WithModifiers. > > Signed-off-by: Deepak Rawat > --- > libweston/compositor-drm.c | 20 +++---