commit | 429490df1a3107d6e4d6a7cef65a075e743839bb | [log] [tgz] |
---|---|---|
author | Scott Moreau <oreaus@gmail.com> | Sun Jun 17 18:10:59 2012 -0600 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Jun 18 11:07:07 2012 -0400 |
tree | 1bc78f3f94a94250394a463b806bfdfa02562815 | |
parent | 8dacaaba1b0cae3f9a0d49867452ee14797ac4bd [diff] [blame] |
Move zoom code to its own file.
diff --git a/src/compositor.h b/src/compositor.h index 5a52e60..df100d5 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -642,6 +642,8 @@ weston_text_cursor_position_notify(struct weston_surface *surface, wl_fixed_t x, wl_fixed_t y); void +weston_output_init_zoom(struct weston_output *output); +void weston_output_update_zoom(struct weston_output *output, uint32_t type); void weston_output_update_matrix(struct weston_output *output);