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

_______________________________________________
compiz mailing list
compiz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/compiz

Reply via email to