← Back to team overview

compiz team mailing list archive

[Bug 774059] Re: Scale by Window group not working

 

I can confirm that this is broken.
This part of the code seems to be responsible:
    switch (sScreen->priv->type)
    {
	case ScaleTypeGroup:
	    if (spScreen->clientLeader != window->clientLeader () &&
		spScreen->clientLeader != window->id ())
		return false;

            break;

	case ScaleTypeOutput:
	    if ((unsigned int) window->outputDevice () !=
		(unsigned int) screen->currentOutputDev ().id ())
		return false;

            break;

	default:
	    break;
    }

As ScaleTypeOutput works and the code calling it is essentially the same
like the one calling ScaleTypeGroup, I suspect the problem must be
there...

** Changed in: compiz
       Status: New => Confirmed

** Changed in: compiz
       Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/774059

Title:
  Scale by Window group not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/774059/+subscriptions


References