This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit 8b4517806ada24da921340d096efc34039d581d1
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Tue Jan 31 18:32:12 2023 +0000
theme - focus glow - no mouse events
---
data/elementary/themes/edc/comp.edc | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/data/elementary/themes/edc/comp.edc b/data/elementary/themes/edc/comp.edc
index feb4763028..1835523841 100644
--- a/data/elementary/themes/edc/comp.edc
+++ b/data/elementary/themes/edc/comp.edc
@@ -269,6 +269,7 @@ group { name: "e/comp/frame/default";
}
#define FOCUSGLOWSZ 20
part { name: "focusglow"; type: RECT;
+ mouse_events: 0;
description { state: "default" 0.0;
rel.to: "e.swallow.content";
}
@@ -281,6 +282,7 @@ group { name: "e/comp/frame/default";
}
}
part { name: "focusglow1"; type: RECT;
+ mouse_events: 0;
description { state: "default" 0.0;
clip_to: "focusglow";
offscale;
@@ -291,6 +293,7 @@ group { name: "e/comp/frame/default";
}
}
part { name: "focusglow2"; type: RECT;
+ mouse_events: 0;
description { state: "default" 0.0;
clip_to: "focusglow";
offscale;
@@ -301,6 +304,7 @@ group { name: "e/comp/frame/default";
}
}
part { name: "focusglow3"; type: RECT;
+ mouse_events: 0;
description { state: "default" 0.0;
clip_to: "focusglow";
offscale;
@@ -311,6 +315,7 @@ group { name: "e/comp/frame/default";
}
}
part { name: "focusglow4"; type: RECT;
+ mouse_events: 0;
description { state: "default" 0.0;
clip_to: "focusglow";
offscale;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.