Hello, I have recently noticed a small bug in the scale plugin. This bug only occurs when click_to_focus is disabled, and when using scale for the current application only. If the current application is not the topmost window, when the scale is carried out the windows of that applitcation will remain behind the other windows (that we dont want). Here's the patch to fix, I'm not sure if it is the best way, but it works. I was going to wrap it in an if to check for ss->onlyCurrent until I realized that no longer exists :) -- William Wolf -------------- next part -------------- A non-text attachment was scrubbed... Name: scale_raise1.patch Type: text/x-patch Size: 309 bytes Desc: not available Url : http://lists.freedesktop.org/archives/compiz/attachments/20060714/a805b98e/scale_raise1.bin
On Fri, 2006-07-14 at 02:51 -0400, William Wolf wrote:> Hello, > > I have recently noticed a small bug in the scale plugin. This bug > only occurs when click_to_focus is disabled, and when using scale for > the current application only. If the current application is not the > topmost window, when the scale is carried out the windows of that > applitcation will remain behind the other windows (that we dont want). > Here's the patch to fix, I'm not sure if it is the best way, but it > works. I was going to wrap it in an if to check for ss->onlyCurrent > until I realized that no longer exists :)fdo version of compiz doesn't support scale for current application. -David