[compiz] Patch for place plugin (Cascade, Centered, ...)

David Reveman davidr at novell.com
Mon Dec 11 17:02:20 PST 2006


On Tue, 2006-12-05 at 13:50 +0100, Bellegarde Cedric wrote:
> Here is a patch for place plugin.
> 
> It add a "place_mode" option wich actually can have two values: "Cascade" 
> (original placement mode) and "Centered".

Patch looks OK but I'm not sure how useful the Centered mode is. Please
explain more why someone would prefer using this mode instead of the
default behavior.

Is this change a bug-fix?

-    fluff = (work_area->height % (rect->height + 1)) / 3;
+    fluff = (work_area->height % (rect->height + 1)) / 2;

-David



More information about the compiz mailing list