Code review comment for lp:~vanvugt/compiz/fix-974242-976032

Revision history for this message
Sam Spilsbury (smspillaz) wrote :

Oh actually, no:

14 + if (!mStrutWindows.empty ())
15 + {
...
19 + if (mStrutWindows.empty ())
20 + doHandleScreenSizeChange (screen->width (),
21 + screen->height ()); /* 2nd pass */
22 + }

dohandleScreenSizeChange will never be called. This needs a better solution.

review: Needs Fixing

« Back to merge proposal