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 <bryce@canonical.com>
This commit is contained in:
committed by
Kristian Høgsberg
parent
40269a6ed6
commit
f57303f7cf
@@ -157,6 +157,9 @@ window_copy_surface(struct window *window,
|
||||
void
|
||||
window_flush(struct window *window);
|
||||
|
||||
void
|
||||
window_set_surface(struct window *window, cairo_surface_t *surface);
|
||||
|
||||
void
|
||||
window_create_surface(struct window *window);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user