From: Bryce Harrington Date: Fri, 19 Nov 2010 20:15:15 +0000 (-0800) Subject: Expose window_set_surface() in window.h X-Git-Tag: 0.85.0~381 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f57303f7cfbdcf7f1e3df76a4194f86a7d7f1125;p=platform%2Fupstream%2Fwayland.git Expose window_set_surface() in window.h gears.c uses this routine and was complaining about it being implicitly declared. Signed-off-by: Bryce Harrington --- diff --git a/clients/window.h b/clients/window.h index 871e46b..de7ccce 100644 --- a/clients/window.h +++ b/clients/window.h @@ -158,6 +158,9 @@ void window_flush(struct window *window); void +window_set_surface(struct window *window, cairo_surface_t *surface); + +void window_create_surface(struct window *window); enum window_buffer_type {