search for: screengrabexist

Displaying 3 results from an estimated 3 matches for "screengrabexist".

Did you mean: screengrabexists
2007 Mar 05
1
[PATCH] Grab state & Last state remembering
...ff information I sent this patch to the list before, may I ask if it could be commited? ;-) Additionally, some more things are needed for group (and probably other plugins), which I currently solved locally (inside group), but believe that it would make sense to put them inside core: - A function screenGrabExists This function, as the name implies, checks if a certain plugin has a screen grab. It's pretty similar to otherScreenGrabExists and could share a lot of code with it. We need this kind of functionality in group to distinguish between user initiated / non user initiated window moves / resizes; b...
2007 May 03
2
Bug in otherScreenGrabExist?
...ed for (maybe other cases too) If nobody shouts I shall commit it because the behaviour in my plugin is now as expected. -------------- next part -------------- diff --git a/src/screen.c b/src/screen.c index 7dcc452..959b72f 100644 --- a/src/screen.c +++ b/src/screen.c @@ -2427,7 +2427,7 @@ otherScreenGrabExist (CompScreen *s, ...) va_end (ap); - if (!name) + if (name) return TRUE; } }
2007 May 07
6
meta data update
The switch to the new metadata system is almost complete. All plugins in the fdo repo except plane and ini have been converted. I'll probably go ahead and convert those plugins as well sometime soon unless the original authors of those plugins tells me not to. The horrible gconf-dump plugin has been removed and replaced by a simple xslt stylesheet. gconf schemas are now generated from the xml