Implement distinct 2-window and multi-window highlights

This commit is contained in:
Dan Winship
2009-08-13 10:10:50 -04:00
parent 059c330d95
commit 51db34d223
3 changed files with 31 additions and 19 deletions

View File

@ -488,7 +488,7 @@ WellDisplayItem.prototype = {
let glow = new Shell.DrawingArea({});
glow.connect('redraw', Lang.bind(this, function (e, tex) {
Shell.draw_app_highlight(tex,
this._windows.length > 1,
this._windows.length,
GLOW_COLOR.red / 255,
GLOW_COLOR.green / 255,
GLOW_COLOR.blue / 255,