summaryrefslogtreecommitdiff
path: root/src/compositor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compositor.h')
-rw-r--r--src/compositor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compositor.h b/src/compositor.h
index 80b848d..2cb3dba 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -243,7 +243,6 @@ struct weston_surface {
struct weston_compositor *compositor;
GLuint texture;
pixman_region32_t damage;
- pixman_region32_t opaque;
int32_t pitch;
struct wl_list link;
struct wl_list buffer_link;
@@ -272,6 +271,7 @@ struct weston_surface {
*/
struct {
pixman_region32_t boundingbox;
+ pixman_region32_t opaque;
/* matrix and inverse are used only if enabled = 1.
* If enabled = 0, use x, y, width, height directly.