|
|
|
@ -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"; |
|
|
|
|