fix red clip

This commit is contained in:
Mike Blumenkrantz 2013-07-31 09:23:39 +01:00 committed by discomfitor
parent 19f26e50af
commit 72815d0f72
1 changed files with 3 additions and 2 deletions

View File

@ -526,6 +526,7 @@ collections {
// visual bell - spinning red overlay of death
part { name: "bell_proxy"; type: PROXY;
mouse_events: 0;
clip_to: "bell_overlay";
description { state: "default" 0.0;
source: "terminology.content";
visible: 0;
@ -553,11 +554,11 @@ collections {
description { state: "default" 0.0;
rel1.to: "terminology.content";
rel2.to: "terminology.content";
color: 255 0 0 0;
color: 255 255 255 255;
}
description { state: "visible" 0.0;
inherit: "default" 0.0;
color: 255 0 0 200;
color: 255 0 0 255;
}
}
program {