We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dead2dc commit 1047e6eCopy full SHA for 1047e6e
src/wayland/meta-wayland-xdg-shell.c
@@ -808,7 +808,7 @@ meta_wayland_xdg_toplevel_post_apply_state (MetaWaylandSurfaceRole *surface_rol
808
META_WAYLAND_SURFACE_ROLE_CLASS (meta_wayland_xdg_toplevel_parent_class);
809
surface_role_class->post_apply_state (surface_role, pending);
810
811
- if (!surface->buffer_ref.buffer)
+ if (!surface->buffer_ref->buffer)
812
return;
813
814
window_geometry = meta_wayland_xdg_surface_get_window_geometry (xdg_surface);
0 commit comments