GNOME Bugzilla – Bug 582647
don't use transparency in window selector
Last modified: 2009-05-20 21:39:46 UTC
The goal of the workspace view is to identify and select windows. Transparency results in the blending of the window and the background (and icons on the desktop). I think the transparency is counterproductive. We used it in the initial mockups kind of as a lark - it wasn't well thought out.
Created attachment 135048 [details] [review] simple patch
Why don't you just remove WINDOW_OPACITY - we can always add it back, but if we aren't using it, it's clutter. Otherwise the comment: // Windows are slightly translucent in the overlay mode -const WINDOW_OPACITY = 0.9 * 255; +const WINDOW_OPACITY = 1.0 * 255; would certainly have to be changed :-)
Created attachment 135051 [details] [review] patch
Looks good, please commit.
commit 99e6004c6603e6a56ca21eef5220f5f7993eca67