Skip to content
  • Sebastian Keller's avatar
    Introduce and use FLOOR and CEIL macros in Pango units · 1c7c84a2
    Sebastian Keller authored
    This replaces the code that was trying to implement those via the ROUND
    macro. This avoids a potential issue with values that already were on
    whole units being rounded up to the next whole unit in the code that was
    implementing CEIL this way.
    1c7c84a2