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>
dev
Bryce Harrington 14 years ago committed by Kristian Høgsberg
parent 40269a6ed6
commit f57303f7cf
  1. 3
      clients/window.h

@ -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);

Loading…
Cancel
Save