commit 4ea3e3f
Michael Forney
·
2013-09-11 23:50:45 +0000 UTC
parent ac131cb
Style
1 files changed,
+4,
-4
+4,
-4
1@@ -58,18 +58,18 @@ enum swc_surface_commit_info
2 struct swc_surface_state
3 {
4 struct wl_resource * buffer;
5+ struct wl_listener buffer_destroy_listener;
6
7- /* The region that needs to be repainted */
8+ /* The region that needs to be repainted. */
9 pixman_region32_t damage;
10
11- /* ? */
12+ /* The region that is opaque. */
13 pixman_region32_t opaque;
14
15- /* ? */
16+ /* The region that accepts input. */
17 pixman_region32_t input;
18
19 struct wl_list frame_callbacks;
20- struct wl_listener buffer_destroy_listener;
21 };
22
23 /**