discomfitor pushed a commit to branch master.

commit ddaa6013c6a59658e3adc732704904824a29d9aa
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed May 8 08:47:17 2013 +0100

    e_border borderless flag is now used at highest priority when determining 
which border to set
---
 src/bin/e_border.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_border.c b/src/bin/e_border.c
index be2d4b4..7490953 100644
--- a/src/bin/e_border.c
+++ b/src/bin/e_border.c
@@ -8005,7 +8005,7 @@ _e_border_eval0(E_Border *bd)
      {
         const char *bordername;
 
-        if (bd->fullscreen)
+        if (bd->fullscreen || bd->borderless)
           bordername = "borderless";
         else if (bd->bordername)
           bordername = bd->bordername;

-- 

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may

Reply via email to