summaryrefslogtreecommitdiffstats
path: root/window.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@sasori.boston.redhat.com>2009-01-15 11:37:43 -0500
committerKristian Høgsberg <krh@sasori.boston.redhat.com>2009-01-16 07:49:07 -0500
commit0ac16f056dc32235a54d1376cf8018d080506813 (patch)
tree1069c79fc83ee08f551d7fb305666a9afab6e673 /window.h
parent32692d2f48693ed61957f3252307ca26cdf50a18 (diff)
downloadwayland-0ac16f056dc32235a54d1376cf8018d080506813.tar.gz
wayland-0ac16f056dc32235a54d1376cf8018d080506813.tar.xz
wayland-0ac16f056dc32235a54d1376cf8018d080506813.zip
Switch to cairo-drm, drop struct buffer hacks.
Diffstat (limited to 'window.h')
-rw-r--r--window.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/window.h b/window.h
index ffe81ad..9ec34f0 100644
--- a/window.h
+++ b/window.h
@@ -56,6 +56,15 @@ window_copy(struct window *window,
struct rectangle *rectangle,
uint32_t name, uint32_t stride);
+cairo_surface_t *
+window_create_surface(struct window *window,
+ struct rectangle *rectangle);
+
+void
+window_copy_surface(struct window *window,
+ struct rectangle *rectangle,
+ cairo_surface_t *surface);
+
void
window_set_fullscreen(struct window *window, int fullscreen);