Guillaume Seguin
2006-Apr-17 02:23 UTC
[compiz] [PATCH] Opacify on resizing & Opacify non opaque windows on resizing/moving
Greetings everyone! I've just written two small patches. The first one allow opacifying windows when resizing ; it adds two options to resize plugin's gconf data : opacify (int, opacify percent) & opacify_non_opaque (bool, sets if non opaque windows should be opacified when resizing) The second one just add the option opacify_non_opaque to move plugin. Both patches were features/options requested by others. Have a nice day! -------------- next part -------------- A non-text attachment was scrubbed... Name: move-opacify-non-opaque.patch Type: text/x-patch Size: 2241 bytes Desc: not available Url : http://lists.freedesktop.org/archives/compiz/attachments/20060417/92834936/move-opacify-non-opaque.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: resize-opacify.patch Type: text/x-patch Size: 4562 bytes Desc: not available Url : http://lists.freedesktop.org/archives/compiz/attachments/20060417/92834936/resize-opacify.bin
David Reveman
2006-Apr-17 06:56 UTC
[compiz] [PATCH] Opacify on resizing & Opacify non opaque windows on resizing/moving
On Mon, 2006-04-17 at 00:07 +0200, Guillaume Seguin wrote:> Greetings everyone! > I've just written two small patches. The first one allow opacifying > windows when resizing ; it adds two options to resize plugin's gconf > data : opacify (int, opacify percent) & opacify_non_opaque (bool, sets > if non opaque windows should be opacified when resizing) > The second one just add the option opacify_non_opaque to move plugin. > Both patches were features/options requested by others. > Have a nice day!Why do people want the opacity to be changed only on opaque windows? -David