Switch to cairo-drm, drop struct buffer hacks.

This commit is contained in:
Kristian Høgsberg 2009-01-15 11:37:43 -05:00
parent 32692d2f48
commit 0ac16f056d
7 changed files with 118 additions and 171 deletions

View file

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