Overview: dim the background with the dim-factor property

Doing this rather than overdrawing a black rectangle saves us
(pixels in screen) * 8 bytes of memory bandwidth for every frame we draw going
into the overview.

It also allows us to dim the background on non-primary monitors making the
overall overview appearance consistent across all monitors.

https://bugzilla.gnome.org/show_bug.cgi?id=656433
This commit is contained in:
Rui Matos
2011-08-29 02:41:28 +01:00
parent 82ce8fe3ff
commit 155997b5fa
2 changed files with 12 additions and 1 deletions

View File

@@ -396,7 +396,6 @@ StTooltip StLabel {
#overview {
spacing: 12px;
background-color: rgba(0,0,0,0.6);
}
.window-caption {