add black box inside/vehind video by default before vid starts

This commit is contained in:
Carsten Haitzler 2020-04-03 21:40:32 +01:00
parent 34ba280149
commit ca538f6f8c
1 changed files with 18 additions and 0 deletions

View File

@ -265,6 +265,21 @@ collections {
target: "base";
}
part { name: "content_black"; type: RECT; mouse_events: 0;
description { state: "default" 0.0;
rel.to: "rage.content";
color: 0 0 0 255;
visible: 0;
}
description { state: "novideo" 0.0;
inherit: "default" 0.0;
visible: 0;
}
description { state: "video" 0.0;
inherit: "default" 0.0;
visible: 1;
}
}
part { name: "rage.content"; type: SWALLOW;
description { state: "default" 0.0;
visible: 0;
@ -405,6 +420,7 @@ collections {
target: "speaker_clip";
target: "shadow";
target: "statusloc";
target: "content_black";
target: "rage.content";
}
program { signal: "state,default"; source: "rage";
@ -412,6 +428,7 @@ collections {
target: "speaker_clip";
target: "shadow";
target: "statusloc";
target: "content_black";
target: "rage.content";
}
program { signal: "state,video"; source: "rage";
@ -419,6 +436,7 @@ collections {
target: "speaker_clip";
target: "shadow";
target: "statusloc";
target: "content_black";
target: "rage.content";
}
program { signal: "state,novideo"; source: "rage";