commit | 8895efcd0d35f5e7946d6d20c0753deada294ffb | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Fri Jun 14 10:07:56 2013 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Jun 14 16:49:10 2013 -0400 |
tree | 7ccbaed761410cf6f0f14aa11759983b129ea224 | |
parent | 651f00e94a3ea73ebaf59492f21420f69daecc87 [diff] [blame] |
region: Change resource to a wl_resource pointer Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
diff --git a/src/compositor.h b/src/compositor.h index 865b01c..a56bd4d 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -571,7 +571,7 @@ }; struct weston_region { - struct wl_resource resource; + struct wl_resource *resource; pixman_region32_t region; };