commit | bde55ec8e4b5cbb552c719c701c7d774942983a2 | [log] [tgz] |
---|---|---|
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | Mon Mar 07 15:08:09 2011 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Apr 22 11:53:45 2011 -0400 |
tree | 8c45ab02aac1905336dce50995d826a0264fd544 | |
parent | e997c5fb090157f5f245fed815c07fb1370e3217 [diff] [blame] |
Implement buffer.damage in shm, use it in window.c
diff --git a/clients/window.h b/clients/window.h index bf1516a..2597592 100644 --- a/clients/window.h +++ b/clients/window.h
@@ -194,6 +194,10 @@ }; void +display_surface_damage(struct display *display, cairo_surface_t *cairo_surface, + int32_t x, int32_t y, int32_t width, int32_t height); + +void window_set_buffer_type(struct window *window, enum window_buffer_type type); void