Code review comment for lp:~azzar1/compiz/revert-3513

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Actually I just had a though...

Can we look at a proper fix for the regression? r3513 is technically correct.

I suspect a proper fix would be to modify PrivateWindow::updateRegion and add:
  if (window->minimized()) return;

That will ensure priv->inputRegion is not set if and when Unity is doing its pseudo-minimized thing.

review: Needs Information

« Back to merge proposal