diff options
Diffstat (limited to 'src/gallium/state_trackers/egl/wayland/native_wayland.h')
-rw-r--r-- | src/gallium/state_trackers/egl/wayland/native_wayland.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/egl/wayland/native_wayland.h b/src/gallium/state_trackers/egl/wayland/native_wayland.h index 8790f26aabd..271c10dc113 100644 --- a/src/gallium/state_trackers/egl/wayland/native_wayland.h +++ b/src/gallium/state_trackers/egl/wayland/native_wayland.h @@ -62,6 +62,7 @@ struct wayland_surface { enum wayland_surface_type type; int dx, dy; struct resource_surface *rsurf; + struct pipe_resource *pending_resource; enum pipe_format color_format; unsigned int sequence_number; |