Skip to content
  • Simon Ser's avatar
    83c5b151
    Remove all calls to pixman_region32_not_empty() · 83c5b151
    Simon Ser authored
    Replace them with pixman_region32_empty(), which avoids using a
    double-negative when checking if a region is empty. Also use that
    new function when checking for non-empty regions so that only one
    variant of the Pixman API is used.
    83c5b151
    Remove all calls to pixman_region32_not_empty()
    Simon Ser authored
    Replace them with pixman_region32_empty(), which avoids using a
    double-negative when checking if a region is empty. Also use that
    new function when checking for non-empty regions so that only one
    variant of the Pixman API is used.
Loading