discomfitor pushed a commit to branch master.

commit 274d069c9428ddff4003fc91ae3a0b50c5393116
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue May 21 13:31:04 2013 +0100

    comp shadow parts no longer steal mouse events
---
 data/themes/edc/comp.edc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/data/themes/edc/comp.edc b/data/themes/edc/comp.edc
index 8f414c3..6ad438c 100644
--- a/data/themes/edc/comp.edc
+++ b/data/themes/edc/comp.edc
@@ -571,7 +571,7 @@ group { name: "e/comp/border/default";
             visible: 1;
          }
       }
-      part { name: "shadow";
+      part { name: "shadow"; mouse_events: 0;
          clip_to: "clipper";
          description { state: "default" 0.0;
             image.normal: "win_shadow.png";
@@ -588,7 +588,7 @@ group { name: "e/comp/border/default";
             visible: 0;
          }
       }
-      part { name: "glow";
+      part { name: "glow"; mouse_events: 0;
          clip_to: "clipper";
          description { state: "default" 0.0;
             image.normal: "win_glow.png";
@@ -1019,7 +1019,7 @@ group { name: "e/comp/border/fullscreen";
          description { state: "default" 0.0;
          }
       }
-      part { name: "scr_shadow";
+      part { name: "scr_shadow"; mouse_events: 0;
          clip_to: "clipper_all";
          description { state: "default" 0.0;
             rel1.relative: -1.0 -1.0;
@@ -1048,7 +1048,7 @@ group { name: "e/comp/border/fullscreen";
             visible: 1;
          }
       }
-      part { name: "shadow";
+      part { name: "shadow"; mouse_events: 0;
          clip_to: "clipper_sh";
          description { state: "default" 0.0;
             image.normal: "win_shadow.png";

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may

Reply via email to