Compare commits

...

2 Commits

Author SHA1 Message Date
Cédric Valmary
e4ba842b3e Update Occitan translation 2016-10-11 17:50:56 +00:00
Jasper St. Pierre
fe4b650ebb window-x11: Fix checks for a bounding region input region
When cleaning up the logic in commit c408cf7, I forgot to properly apply
de Morgan's laws to an inverse.

Reported by ricotz on IRC.

(cherry picked from commit 6fc51e3723)
2016-01-23 15:00:32 +01:00
2 changed files with 715 additions and 2855 deletions

3564
po/oc.po

File diff suppressed because it is too large Load Diff

View File

@@ -1727,9 +1727,9 @@ meta_window_x11_update_input_region (MetaWindow *window)
region = cairo_region_create ();
}
else if (n_rects == 1 &&
(rects[0].x == 0 ||
rects[0].y == 0 ||
rects[0].width == priv->client_rect.width ||
(rects[0].x == 0 &&
rects[0].y == 0 &&
rects[0].width == priv->client_rect.width &&
rects[0].height == priv->client_rect.height))
{
/* This is the bounding region case. Keep the