Skip to content

Commit 1047e6e

Browse files
committed
Fix build
1 parent dead2dc commit 1047e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wayland/meta-wayland-xdg-shell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ meta_wayland_xdg_toplevel_post_apply_state (MetaWaylandSurfaceRole *surface_rol
808808
META_WAYLAND_SURFACE_ROLE_CLASS (meta_wayland_xdg_toplevel_parent_class);
809809
surface_role_class->post_apply_state (surface_role, pending);
810810

811-
if (!surface->buffer_ref.buffer)
811+
if (!surface->buffer_ref->buffer)
812812
return;
813813

814814
window_geometry = meta_wayland_xdg_surface_get_window_geometry (xdg_surface);

0 commit comments

Comments
 (0)