Re: AW: Re: [compiz] [PATCH] minimize doesn't respect "no core instance" flag

2007-03-09 Thread Danny Baumann
Hi, > > A plugin wants to hide windows by preventing their drawing - that's all > > group wants to do. > > What's the correct way to do that? From my understanding, that's > > NO_CORE_INSTANCE_MASK. If that's not true, what's the exact meaning of that > > flag? > > Another way to do that would

Re: [compiz] [PATCH] decoration plugin window matching

2007-03-09 Thread David Reveman
On Fri, 2007-03-09 at 22:24 +0100, Bellegarde Cedric wrote: > Le vendredi 9 mars 2007, vous avez écrit : > > Any reason you made that a screen specific option? I'd prefer it as a > > display specific option as we already got some of those in the > > decoration plugin. > > It's really a good questi

Re: AW: Re: [compiz] [PATCH] minimize doesn't respect "no core instance" flag

2007-03-09 Thread David Reveman
On Fri, 2007-03-09 at 21:47 +0100, Danny Baumann wrote: > Hi, > > Let me ask in a more general way: > > A plugin wants to hide windows by preventing their drawing - that's all group > wants to do. > What's the correct way to do that? From my understanding, that's > NO_CORE_INSTANCE_MASK. If th

AW: Re: [compiz] [PATCH] minimize doesn't respect "no core instance" flag

2007-03-09 Thread Danny Baumann
Hi, Let me ask in a more general way: A plugin wants to hide windows by preventing their drawing - that's all group wants to do. What's the correct way to do that? From my understanding, that's NO_CORE_INSTANCE_MASK. If that's not true, what's the exact meaning of that flag? Another way to do

Re: [compiz] [PATCH] decoration plugin window matching

2007-03-09 Thread David Reveman
On Mon, 2007-03-05 at 13:01 +0100, Bellegarde Cedric wrote: > Here a patch to enable window matching in decoration plugin: > > http://hibbert.univ-lille3.fr/~cbellegarde/Compiz/decor_match.patch Nice. Any reason you made that a screen specific option? I'd prefer it as a display specific option a

Re: [compiz] video plugin?

2007-03-09 Thread David Reveman
On Thu, 2007-03-08 at 15:05 +0100, Matthias Hopf wrote: > On Mar 07, 07 21:15:39 +0100, dragoran wrote: > > thx I missed this mail... > > I apparently didn't receive this mail as well... > > > >I've created a patch to mplayer's xv output code that makes it use > > >compiz video interface when ava

Re: [compiz] [PATCH] minimize doesn't respect "no core instance" flag

2007-03-09 Thread David Reveman
On Wed, 2007-03-07 at 14:39 +0100, Danny Baumann wrote: > Hi, > > In current git, minimize doesn't respect the > PAINT_WINDOW_NO_CORE_INSTANCE_MASK flag set by other plugins. I noticed > that especially in group: Tabbed windows are hidden by setting > PAINT_WINDOW_NO_CORE_INSTANCE_MASK. When these

Re: [compiz] Plugin Library Interface

2007-03-09 Thread David Reveman
On Wed, 2007-03-07 at 14:28 +0100, Patrick Niklaus wrote: > Hi, > > some of you might noticed that there was recently some discussion on > the Beryl ML about an interface which provides sharing functions and > allows us to do library plugins. One example for this kind of plugins > is text, which

[compiz] compiz sometimes fails to redraw

2007-03-09 Thread dragoran
Hello I am using a compiz from git 20070307 on my pc and laptop. Both are using the nvidia drivers 1.0-9755. On the pc I have a 7800GTX and everything works fine (1280x1024). On my laptop I have a 7600 Go 512MB and sometimes compiz does not redraw windows. for example I open firefox the first tim

Re: [compiz] state of blur plugin

2007-03-09 Thread Mike Dransfield
Joel Stanley wrote: Hello, On 2/7/07, David Reveman <[EMAIL PROTECTED]> wrote: I've added two small utility programs to git.compiz.org: git.compiz.org/blurset and git.compiz.org/blurdemo I'm triyng to clone these two repos, however, keep getting the following: $ git clone http://git.compiz.

Re: [compiz] state of blur plugin

2007-03-09 Thread Gerd Kohlberger
Joel Stanley schrieb: $ git clone http://git.compiz.org/blurdemo /usr/bin/git-clone: 312: curl: not found You have to install curl to be able to clone over http. Cannot get remote repository information. Perhaps git-update-server-info needs to be run there? Is this something I'm doing wrong,