Re: [PATCH weston 10/10] xdg-shell: Bump unstable version

2015-02-28 Thread Jasper St. Pierre
Thanks so much! On Sat, Feb 28, 2015 at 10:08 PM, Jason Ekstrand wrote: > > On Feb 27, 2015 5:11 AM, "Pekka Paalanen" wrote: > > > > On Fri, 27 Feb 2015 13:38:49 +0200 > > Pekka Paalanen wrote: > > > > > On Fri, 13 Feb 2015 14:02:02 +0800 > > > Jonas Ådahl wrote: > > > > > > > From: "Jasper S

Re: [PATCH weston 10/10] xdg-shell: Bump unstable version

2015-02-28 Thread Jason Ekstrand
On Feb 27, 2015 5:11 AM, "Pekka Paalanen" wrote: > > On Fri, 27 Feb 2015 13:38:49 +0200 > Pekka Paalanen wrote: > > > On Fri, 13 Feb 2015 14:02:02 +0800 > > Jonas Ådahl wrote: > > > > > From: "Jasper St. Pierre" > > > > > > --- > > > clients/simple-damage.c | 2 +- > > > clients/simple-egl.c

RE: [Wayland1.5]Question about wl_shell_get_shell_surface

2015-02-28 Thread Yang Andy
Hi Mr.Pekka, Thank you very much for your reply. >Maybe your client does call wl_shell_get_shell_surface(), but it does >not flush the message to the socket. See wl_display_flush().I add >wl_display_flush mothed call in source code. When i run the application,there is no graphic on the display.