Skip to content

Commit

Permalink
Revert "Fix toplevel window resize pingpong (#3575)"
Browse files Browse the repository at this point in the history
This reverts commit 2d02497.
  • Loading branch information
AlanGriffiths committed Sep 18, 2024
1 parent 5f1ce00 commit dc05278
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/frontend_wayland/wayland_surface_observer.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ class WaylandSurfaceObserver : public scene::NullSurfaceObserver
void latest_client_size(geometry::Size window_size)
{
impl->window_size = window_size;
impl->requested_size = {};
}

/// Should only be called from the Wayland thread
Expand Down

0 comments on commit dc05278

Please sign in to comment.