raster pushed a commit to branch master.

http://git.enlightenment.org/apps/rage.git/commit/?id=ca538f6f8ca559d8c1d5d239153d63c5986c0c98

commit ca538f6f8ca559d8c1d5d239153d63c5986c0c98
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Apr 3 21:40:32 2020 +0100

    add black box inside/vehind video by default before vid starts
---
 data/themes/default.edc | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/data/themes/default.edc b/data/themes/default.edc
index ac1028c..29facce 100644
--- a/data/themes/default.edc
+++ b/data/themes/default.edc
@@ -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";

-- 


Reply via email to