---
 event.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/event.c b/event.c
index f4bfd63..cd26821 100644
--- a/event.c
+++ b/event.c
@@ -291,6 +291,9 @@ event_handle_configurerequest(void *data __attribute__ 
((unused)),
         if(ev->value_mask & XCB_CONFIG_WINDOW_HEIGHT)
             geometry.height = ev->height;
 
+        if (ev->value_mask & XCB_CONFIG_WINDOW_BORDER_WIDTH)
+            client_setborder(c, ev->border_width);
+
         if(c->isbanned)
         {
             /* We'll be sending protocol geometry, so don't readd borders and 
titlebar. */
-- 
1.6.1.3


-- 
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Reply via email to