Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 96869
Collapse All | Expand All

(-)mozilla/gfx/src/gtk/nsScreenGtk.cpp.bak (-1 / +1 lines)
Lines 167-173 Link Here
167
                      workareas[i + 2], workareas[i + 3]);
167
                      workareas[i + 2], workareas[i + 3]);
168
      if (!mRect.Contains(workarea)) {
168
      if (!mRect.Contains(workarea)) {
169
        NS_WARNING("Invalid bounds");
169
        NS_WARNING("Invalid bounds");
170
        continue;
170
        break;
171
      }
171
      }
172
172
173
      mAvailRect.IntersectRect(mAvailRect, workarea);
173
      mAvailRect.IntersectRect(mAvailRect, workarea);

Return to bug 96869