[gnome-shell] Use full opacity for windows in workspace/window selector



commit 99e6004c6603e6a56ca21eef5220f5f7993eca67
Author: Jon McCann <jmccann redhat com>
Date:   Wed May 20 17:07:37 2009 -0400

    Use full opacity for windows in workspace/window selector
    
    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.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=582647
---
 js/ui/workspaces.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/js/ui/workspaces.js b/js/ui/workspaces.js
index d7208f2..16769ae 100644
--- a/js/ui/workspaces.js
+++ b/js/ui/workspaces.js
@@ -18,8 +18,6 @@ const Overlay = imports.ui.overlay;
 const Panel = imports.ui.panel;
 const Tweener = imports.ui.tweener;
 
-// Windows are slightly translucent in the overlay mode
-const WINDOW_OPACITY = 0.9 * 255;
 const FOCUS_ANIMATION_TIME = 0.15;
 
 const WINDOWCLONE_BG_COLOR = new Clutter.Color();
@@ -440,7 +438,6 @@ Workspace.prototype = {
                                scale_y: scale,
                                workspace_relative: workspaceZooming ? this : null,
                                time: Overlay.ANIMATION_TIME,
-                               opacity: WINDOW_OPACITY,
                                transition: "easeOutQuad"
                              });
         }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]