Re: How know if desktop effects (composition) is enabled?

2008-09-02 Thread Patrick Spendrin
Aaron J. Seigo schrieb: > On Tuesday 02 September 2008, Gustavo Pichorim Boiko wrote: >> Em 02/09/2008, às 20:32, Aaron J. Seigo escreveu: >>> what we primarily use KWindowSystem::compositingActive() is to pick >>> whether >>> we'll be rendering a square block for the background or something >>> wi

Re: How know if desktop effects (composition) is enabled?

2008-09-02 Thread Aaron J. Seigo
On Tuesday 02 September 2008, Gustavo Pichorim Boiko wrote: > Em 02/09/2008, às 20:32, Aaron J. Seigo escreveu: > > what we primarily use KWindowSystem::compositingActive() is to pick > > whether > > we'll be rendering a square block for the background or something > > with nice > > fancy edges ...

Re: How know if desktop effects (composition) is enabled?

2008-09-02 Thread Gustavo Pichorim Boiko
Em 02/09/2008, às 20:32, Aaron J. Seigo escreveu: > On Tuesday 02 September 2008, Gustavo Pichorim Boiko wrote: >> Em 01/09/2008, às 08:40, Lubos Lunak escreveu: >>> On Monday 01 of September 2008, Teemu Rytilahti wrote: Percy Camilo Triveño Aucahuasi kirjoitti viestissään (lähetysaika

Re: How know if desktop effects (composition) is enabled?

2008-09-02 Thread Aaron J. Seigo
On Tuesday 02 September 2008, Gustavo Pichorim Boiko wrote: > Em 01/09/2008, às 08:40, Lubos Lunak escreveu: > > On Monday 01 of September 2008, Teemu Rytilahti wrote: > >> Percy Camilo Triveño Aucahuasi kirjoitti viestissään (lähetysaika > >> Monday, > >> 1. > >> > >>> My question is: Wich are the

Re: How know if desktop effects (composition) is enabled?

2008-09-02 Thread Gustavo Pichorim Boiko
Em 01/09/2008, às 08:40, Lubos Lunak escreveu: > On Monday 01 of September 2008, Teemu Rytilahti wrote: >> Percy Camilo Triveño Aucahuasi kirjoitti viestissään (lähetysaika >> Monday, >> 1. >>> My question is: Wich are the best way to know if the composition is >>> enabled? > > KWindowSystem::c

Re: How know if desktop effects (composition) is enabled?

2008-09-02 Thread Lubos Lunak
On Monday 01 of September 2008, Teemu Rytilahti wrote: > Percy Camilo Triveño Aucahuasi kirjoitti viestissään (lähetysaika Monday, > 1. > > My question is: Wich are the best way to know if the composition is > > enabled? KWindowSystem::compositingActive() > > I mean, how my application knows if

Re: How know if desktop effects (composition) is enabled?

2008-09-01 Thread Percy Camilo Triveño Aucahuasi
Thanks a lot guys ; ) Aaron J. Seigo wrote: >KWindowSystem::compositingActive() Thanks Aaron, this works perfectly ;) Regards Percy On Mon, Sep 1, 2008 at 5:30 AM, Lucas Murray <[EMAIL PROTECTED]>wrote: > On Mon, Sep 1, 2008 at 6:11 PM, Teemu Rytilahti <[EMAIL PROTECTED]> wrote: > > Percy C

Re: How know if desktop effects (composition) is enabled?

2008-09-01 Thread Aaron J. Seigo
On Sunday 31 August 2008, Percy Camilo Triveño Aucahuasi wrote: > Hello there, I didn't know where send this post (kwin or plasma), but it > seems that the plasma list is more active. > > My question is: Wich are the best way to know if the composition is > enabled? I mean, how my application knows

Re: How know if desktop effects (composition) is enabled?

2008-09-01 Thread Teemu Rytilahti
Percy Camilo Triveño Aucahuasi kirjoitti viestissään (lähetysaika Monday, 1. Septemberta 2008): > Hello there, I didn't know where send this post (kwin or plasma), but it > seems that the plasma list is more active. This is actually kwin related, so further discussion about this should be done t

How know if desktop effects (composition) is enabled?

2008-08-31 Thread Percy Camilo Triveño Aucahuasi
Hello there, I didn't know where send this post (kwin or plasma), but it seems that the plasma list is more active. My question is: Wich are the best way to know if the composition is enabled? I mean, how my application knows if the desktop effects are enabled? I was reading about KWin::Extension