projects
/
platform
/
upstream
/
wayland.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40269a6
)
Expose window_set_surface() in window.h
author
Bryce Harrington
<bryce@canonical.com>
Fri, 19 Nov 2010 20:15:15 +0000
(12:15 -0800)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Mon, 22 Nov 2010 15:48:35 +0000
(10:48 -0500)
gears.c uses this routine and was complaining about it being implicitly
declared.
Signed-off-by: Bryce Harrington <bryce@canonical.com>
clients/window.h
patch
|
blob
|
history
diff --git
a/clients/window.h
b/clients/window.h
index 871e46b8479790f260483d09117641e528100ba3..de7ccce08b5c4d60962713c84ed1e62c1cdd3637 100644
(file)
--- a/
clients/window.h
+++ b/
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);