Re: [compiz] [PATCH] Fix placement mode option

2007-06-27 Thread Danny Baumann
Hi, In current git, placement mode option isn't working. This patch fix this issue. Cedric Hmm, i just miss to remove the old placeMode struct :( I've just applied your patch - thank you. Regards, Danny ___ compiz mailing list

[compiz] [PATCH] Fix placement mode option

2007-06-24 Thread Bellegarde Cedric
In current git, placement mode option isn't working. This patch fix this issue. Cedric diff --git a/plugins/place.c b/plugins/place.c index deb5376..0708eed 100644 --- a/plugins/place.c +++ b/plugins/place.c @@ -30,6 +30,13 @@ static CompMetadata placeMetadata; +#define PLACE_MODE_CASCADE

Re: [compiz] [PATCH] Fix placement mode option

2007-06-24 Thread Bellegarde Cedric
Le dimanche 24 juin 2007, Bellegarde Cedric a écrit : In current git, placement mode option isn't working. This patch fix this issue. Cedric Hmm, i just miss to remove the old placeMode struct :( Just Open your eyes and wake up before sending a patch... Cedric diff --git a/plugins/place.c