Re: [PATCH weston 2/3] window: Request version 3 of wl_compositor

2013-07-03 Thread Kristian Høgsberg
On Wed, Jun 26, 2013 at 10:20:31PM -0500, Jason Ekstrand wrote: > Originally window.c was requesting version 1 but several clients were > calling version 2 and 3 events including the desktop shell itself. Yup, good to see that fail as expected. Patch applied, thanks. Kristian > Signed-off-by: J

[PATCH weston 2/3] window: Request version 3 of wl_compositor

2013-06-26 Thread Jason Ekstrand
Originally window.c was requesting version 1 but several clients were calling version 2 and 3 events including the desktop shell itself. Signed-off-by: Jason Ekstrand --- clients/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/window.c b/clients/window.c inde