Skip to content

background-content: ceilf the actor size instead of roundf

Daniel van Vugt requested to merge vanvugt/mutter:ceil-background-size into master

We want the bounding box so ceilf seems more appropriate. It was only written using roundf before as a workaround for inaccuracies coming out of clutter_actor_get_transformed_size that would have tricked ceilf into landing on the wrong integer. But that's since been fixed by 67cc60cb so we can use ceilf now.

Merge request reports