Pablo Barciela 318164779c boxes: Actually check for rectangle containment
Fixes condition duplicated:

          /* If a contains b, just remove b */
          if (meta_rectangle_contains_rect (a, b))
            {
              delete_me = other;
            }
          /* If b contains a, just remove a */
          else if (meta_rectangle_contains_rect (a, b))
            {
              delete_me = compare;
            }

Closes https://gitlab.gnome.org/GNOME/mutter/issues/480
2019-03-12 05:03:53 +01:00
..
2019-03-12 00:27:07 +00:00
2019-03-12 00:27:07 +00:00
2019-03-04 18:17:08 +00:00
2018-07-24 13:16:36 +00:00