Skip to content

Commit 0c337c1

Browse files
committed
Fix build
1 parent 8366b30 commit 0c337c1

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
@@ -830,7 +830,7 @@ meta_wayland_xdg_toplevel_post_apply_state (MetaWaylandSurfaceRole *surface_rol
830830
META_WAYLAND_SURFACE_ROLE_CLASS (meta_wayland_xdg_toplevel_parent_class);
831831
surface_role_class->post_apply_state (surface_role, pending);
832832

833-
if (!surface->buffer_ref.buffer)
833+
if (!surface->buffer_ref->buffer)
834834
return;
835835

836836
window_geometry = meta_wayland_xdg_surface_get_window_geometry (xdg_surface);

0 commit comments

Comments
 (0)