commit | ec4d342aa9b536c71bcf0d75249549860941793b | [log] [tgz] |
---|---|---|
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | Mon Mar 14 12:07:26 2011 +0100 |
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | Thu Mar 17 11:54:35 2011 +0100 |
tree | 8652a1301f50a3db74f951a1d15dd84ded1cd40a | |
parent | 9c26ff3507da9708f5028b37ee9a23df43be0246 [diff] [blame] |
Support per surface frame events This fixes tearing with multi head.
diff --git a/clients/window.h b/clients/window.h index 7073f4a..c5285f7 100644 --- a/clients/window.h +++ b/clients/window.h
@@ -157,6 +157,9 @@ cairo_surface_t * window_get_surface(struct window *window); +struct wl_surface * +window_get_wl_surface(struct window *window); + void window_flush(struct window *window);