Re: [compiz] Enhanced Zoom cursor in 0.7.6

2008-06-03 Thread Dotan Cohen
2008/6/3 Kristian Lyngstøl <[EMAIL PROTECTED]>: > On Tue, Jun 3, 2008 at 1:48 PM, Dotan Cohen <[EMAIL PROTECTED]> wrote: >> Does Compiz-0.7.6 solve the problem with the 'waiting' cursor being >> invisible when using the Enhanced Zoom plugin? I see mention of >> 'various bugfixes' but I couldn't fin

[compiz] [PATCH] plugins-extra: bcop.pc is in $PREFIX/share/pkgconfig

2008-06-03 Thread Tomas Carnecky
Make sure to find it if the user selects a custom prefix. --- configure.ac |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0e34a2c..7bfd627 100644 --- a/configure.ac +++ b/configure.ac @@ -87,9 +87,9 @@ AC_SUBST(metadatadir) dnl ==

[compiz] [PATCH] plugins-main: bcop.pc is in $PREFIX/share/pkgconfig

2008-06-03 Thread Tomas Carnecky
Make sure to find bcop.pc if the user selects a custom prefix. --- configure.ac |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 39b1f52..8fded2d 100644 --- a/configure.ac +++ b/configure.ac @@ -89,9 +89,9 @@ AC_SUBST(compdatadir) dnl =

[compiz] [PATCH] PKG_CONFIG_PATH available at ./configure time may differ at runtime.

2008-06-03 Thread Tomas Carnecky
--- Without this patch, it's necessary to have PKG_CONFIG_PATH defined while compiling plugins (ie. export it for the whole shell). With this patch it's sufficient to set it only for ./configure. bcop.pc.in |1 - src/bcop.in |2 +- 2 files changed, 1 insertions(+), 2 deletions(-) d

Re: [compiz] Enhanced Zoom cursor in 0.7.6

2008-06-03 Thread Kristian Lyngstøl
On Tue, Jun 3, 2008 at 1:48 PM, Dotan Cohen <[EMAIL PROTECTED]> wrote: > Does Compiz-0.7.6 solve the problem with the 'waiting' cursor being > invisible when using the Enhanced Zoom plugin? I see mention of > 'various bugfixes' but I couldn't find the appropriate bug to check > it's status. Thanks.

Re: [compiz] . Re: Java animations, Google Earth flashing with Compiz

2008-06-03 Thread Dotan Cohen
2008/5/4 Karthik Ramgopal <[EMAIL PROTECTED]>: > Dear Dotan, >The problem of flashing/flickering in 3D apps/ videos > with Xv enabled on account of non-redirection is limited to AIGLX and not an > issue at all with XGL and compiz. fglrx till date has many mem leaks and > crappy

[compiz] Enhanced Zoom cursor in 0.7.6

2008-06-03 Thread Dotan Cohen
Does Compiz-0.7.6 solve the problem with the 'waiting' cursor being invisible when using the Enhanced Zoom plugin? I see mention of 'various bugfixes' but I couldn't find the appropriate bug to check it's status. Thanks. Dotan Cohen http://what-is-what.com http://gibberish.co.il א-ב-ג-ד-ה-ו-ז-ח-ט

[compiz] Fragment program API documentation

2008-06-03 Thread Tomas Carnecky
There is none!! And there are not even comments in the source code. Just documenting the addXxxOpToFunctionData() would help immensely. I now understand the API a bit thanks to the use of it in some plugins, but there are still open questions anyway. What is addFetchOpToFunctionData() for? Does i