Skip to content

Commit

Permalink
Less confusing default size
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths committed Sep 19, 2024
1 parent e7d1b9c commit 7350b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/frontend_wayland/window_wl_surface_role.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ auto mf::WindowWlSurfaceRole::current_size() const -> geom::Size
committed_height_set_explicitly.value_or(buffer_size->height)};
}

return geom::Size{640, 480};
return geom::Size{0, 0};
}

auto mf::WindowWlSurfaceRole::requested_window_size() const -> std::optional<geom::Size>
Expand Down

0 comments on commit 7350b1e

Please sign in to comment.