From dadaf2232909526590e700aebd6b3ec2275386d4 Mon Sep 17 00:00:00 2001
From: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date: Thu, 4 Jul 2002 14:47:55 +0000
Subject: [PATCH] *** empty log message ***

(Old svn revision: 10427)
---
 src/client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/client.c b/src/client.c
index bce04a425..1ad8ac97e 100644
--- a/src/client.c
+++ b/src/client.c
@@ -1577,7 +1577,7 @@ void clientFrame(Window w)
     {
         if(mwm_hints->flags & MWM_HINTS_DECORATIONS && !(mwm_hints->decorations & MWM_DECOR_ALL))
         {
-            c->has_border = ((mwm_hints->decorations & MWM_DECOR_BORDER) ? True : False);
+            c->has_border = ((mwm_hints->decorations & (MWM_DECOR_TITLE |  MWM_DECOR_BORDER)) ? True : False);
         }
         XFree(mwm_hints);
     }
-- 
GitLab