discomfitor pushed a commit to branch master.

commit e772799f4dbf804e050c4663c0ffbdfcce24d593
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue May 28 13:14:57 2013 +0100

    disable comp shadows for override windows with titles that begin with 
"noshadow"
---
 src/bin/e_comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index ee66622..9329934 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -1667,7 +1667,7 @@ _e_comp_win_shadow_setup(E_Comp_Win *cw)
         clas = cw->clas;
         role = cw->role;
         primary_type = cw->primary_type;
-        skip = (conf->match.disable_overrides);
+        skip = conf->match.disable_overrides || (title && (!strncmp(title, 
"noshadow", 8)));
         fast = conf->fast_overrides;
      }
 

-- 

------------------------------------------------------------------------------
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