mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
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:
parent
40269a6ed6
commit
f57303f7cf
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue