Re: [PATCH weston 5/6] toytoolkit: implement a window_present() helper function

2015-04-13 Thread Bryce Harrington
On Thu, Apr 09, 2015 at 06:24:46PM +0200, Manuel Bachmann wrote: > "window_present()" is a little helper function calling > "xdg_surface_present()" on a toytoolkit shell surface. > > Signed-off-by: Manuel Bachmann Reviewed-by: Bryce Harrington > --- > clients/window.c | 9 + > clients/

[PATCH weston 5/6] toytoolkit: implement a window_present() helper function

2015-04-09 Thread Manuel Bachmann
"window_present()" is a little helper function calling "xdg_surface_present()" on a toytoolkit shell surface. Signed-off-by: Manuel Bachmann --- clients/window.c | 9 + clients/window.h | 3 +++ 2 files changed, 12 insertions(+) diff --git a/clients/window.c b/clients/window.c index 81e