mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
Use cairo_push_group() for all double buffering, drop window_copy_*()
This commit is contained in:
parent
f39a9ccbb3
commit
e164e4ef72
4 changed files with 24 additions and 55 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue