Use cairo_push_group() for all double buffering, drop window_copy_*()

This commit is contained in:
Kristian Høgsberg 2011-01-21 11:35:05 -05:00
parent f39a9ccbb3
commit e164e4ef72
4 changed files with 24 additions and 55 deletions

View file

@ -141,10 +141,6 @@ window_get_child_allocation(struct window *window,
void
window_set_child_size(struct window *window, int32_t width, int32_t height);
void
window_copy_image(struct window *window,
struct rectangle *rectangle,
void *image);
void
window_schedule_redraw(struct window *window);
void
@ -154,11 +150,6 @@ window_damage(struct window *window, int32_t x, int32_t y,
cairo_surface_t *
window_get_surface(struct window *window);
void
window_copy_surface(struct window *window,
struct rectangle *rectangle,
cairo_surface_t *surface);
void
window_flush(struct window *window);