commit | 0ac16f056dc32235a54d1376cf8018d080506813 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@sasori.boston.redhat.com> | Thu Jan 15 11:37:43 2009 -0500 |
committer | Kristian Høgsberg <krh@sasori.boston.redhat.com> | Fri Jan 16 07:49:07 2009 -0500 |
tree | 1069c79fc83ee08f551d7fb305666a9afab6e673 | |
parent | 32692d2f48693ed61957f3252307ca26cdf50a18 [diff] [blame] |
Switch to cairo-drm, drop struct buffer hacks.
diff --git a/window.h b/window.h index ffe81ad..9ec34f0 100644 --- a/window.h +++ b/window.h
@@ -56,6 +56,15 @@ 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);