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 8366b30 commit 0c337c1Copy full SHA for 0c337c1
src/wayland/meta-wayland-xdg-shell.c
@@ -830,7 +830,7 @@ meta_wayland_xdg_toplevel_post_apply_state (MetaWaylandSurfaceRole *surface_rol
830
META_WAYLAND_SURFACE_ROLE_CLASS (meta_wayland_xdg_toplevel_parent_class);
831
surface_role_class->post_apply_state (surface_role, pending);
832
833
- if (!surface->buffer_ref.buffer)
+ if (!surface->buffer_ref->buffer)
834
return;
835
836
window_geometry = meta_wayland_xdg_surface_get_window_geometry (xdg_surface);
0 commit comments