Skip to content
  • Matthias Clasen's avatar
    container: Don't create too-large clips · da31eb4f
    Matthias Clasen authored
    gdk_rectangle_union will happily add all the worlds pixels
    to the union if the initial rectangle is initialized to all
    zeros. Therefore, explicitly check for an empty rectangle
    before calling it.
    da31eb4f