Re: [PATCH v3 xserver 1/2] xwayland: Port to Wayland 1.0 API

2012-11-27 Thread Tiago Vignatti
On 11/27/2012 08:21 PM, Kristian Høgsberg wrote: On Thu, Nov 22, 2012 at 06:08:52PM -0200, Tiago Vignatti wrote: Co-authored-by: Daniel Stone Signed-off-by: Tiago Vignatti --- changes from v2: - fix wl_registry_bind client version - clean-up xwl_drm_authenticate round trips - use wl_display_di

Re: [PATCH v3 xserver 1/2] xwayland: Port to Wayland 1.0 API

2012-11-27 Thread Kristian Høgsberg
On Thu, Nov 22, 2012 at 06:08:52PM -0200, Tiago Vignatti wrote: > Co-authored-by: Daniel Stone > Signed-off-by: Tiago Vignatti > --- > changes from v2: > - fix wl_registry_bind client version > - clean-up xwl_drm_authenticate round trips > - use wl_display_dispatch_pending properly, just before g

[PATCH v3 xserver 1/2] xwayland: Port to Wayland 1.0 API

2012-11-22 Thread Tiago Vignatti
Co-authored-by: Daniel Stone Signed-off-by: Tiago Vignatti --- changes from v2: - fix wl_registry_bind client version - clean-up xwl_drm_authenticate round trips - use wl_display_dispatch_pending properly, just before going to sleep at block handler. - place wl_surface_commit in its correct pla